summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Korotkiewicz2015-11-29 13:46:44 +0100
committerSebastian Korotkiewicz2015-11-29 13:46:44 +0100
commit9ddd68b2c6ed9ef65e4983d500dbc773da2ce4b8 (patch)
tree003b48db7109365d06676e267d3b661d2c47e748
parent9f9b269e6727ddf5064ddc5e86c57ed4fade671f (diff)
downloadaur-9ddd68b2c6ed9ef65e4983d500dbc773da2ce4b8.tar.gz
fix permission
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52a72cc7a493..3f302bfa364b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
package () {
- install -Dm644 ${srcdir}/timegen /usr/bin/
+ sudo mv $srcdir/timegen /usr/bin/
}