summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe50b59558ed..a90d93c7c109 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 09:59:33 UTC 2017
+# Mon Dec 18 10:12:27 UTC 2017
pkgbase = han-ese-ops_rpi
pkgdesc = Scripts for the Raspberry Pi for the Final Assignment of HAN ESE OPS.
pkgver = 0.1
diff --git a/PKGBUILD b/PKGBUILD
index 687a82159d61..41e43afe88e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,4 +17,5 @@ package() {
cp -vp python/* ${pkgdir}/usr/bin/
cp -vp shell/* ${pkgdir}/usr/bin/
cp -vp systemd/* ${pkgdir}/usr/lib/systemd/system/
+ chmod a+x ${pkgdir}/usr/bin/*
}