summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-22 21:36:08 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-22 21:36:08 -0700
commit529d3671e265981352b8d5156460f5b62e23e895 (patch)
tree0e6c9cbe1c4d19320c11eaaedfec40acb513b249
parentModified pre-install/upgrade notice to only post-install (diff)
downloadusbctl-libre-529d3671e265981352b8d5156460f5b62e23e895.tar.xz
Fixed build path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44a6cb8..4beeece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ sha512sums=('0f16297188439d10c1dcff6368ec830c4f665e05c01790383791cb207bda5667416
validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
package() {
- cd ${pkgname}-${pkgver}
+ cd ${srcdir}/usbctl-${pkgver}
install -Dm 755 usbctl -t "${pkgdir}/usr/bin"
# install -Dm 644 contrib/systemd/deny-new-usb.service -t "${pkgdir}/usr/lib/systemd/system"
install -Dm 644 contrib/completion/bash/usbctl -t "${pkgdir}/usr/share/bash-completion/completions"