summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2017-02-18 17:17:53 -0800
committerDonald Webster2017-02-18 18:36:16 -0800
commitb3fe1cf507a9c7063703e642034f05342ae0aa15 (patch)
tree35c6751bb649cc657be9b6a40e159f22f411931d /PKGBUILD
parent93616623a0233dd809276faf89fb8b68969f5897 (diff)
downloadaur-b3fe1cf507a9c7063703e642034f05342ae0aa15.tar.gz
A little tweaking...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639af349845c..debf0f11915f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,8 +37,8 @@ package() {
msg2 "Moving /usr/sbin -> /usr/bin..."
mv "${pkgdir}/usr/sbin" "${pkgdir}/usr/bin"
- msg2 "Making unifi-video executable..."
- chmod +x "${pkgdir}/usr/bin/unifi-video"
+ msg2 "Making files executable..."
+ chmod +x ${pkgdir}/usr/bin/unifi-video ${pkgdir}/usr/lib/unifi-video/bin/ubnt.* ${pkgdir}/usr/lib/unifi-video/bin/evo*
msg2 "Patching out ulimit..."
cd "${pkgdir}/usr/bin"