summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrick Brennan2018-08-07 21:49:50 +0800
committerFredrick Brennan2018-08-07 21:49:50 +0800
commit99459b1bdc51d8d98b66d7fe93568f7d472a894a (patch)
tree830579ac6e22f776727bb80b312cf7008f2d409c
parent58ad04ab56b7500a59b2309842ab365ac1b67aa8 (diff)
downloadaur-99459b1bdc51d8d98b66d7fe93568f7d472a894a.tar.gz
Fix bad mode
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b86559176558..e967c282d001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=deskew-hg
_hgname=app-deskew
_bbuser=galfar
-pkgrel=1
+pkgrel=2
pkgver=30.2c46db9991ab
pkgdesc="deskew is a command-line program which deskews images containing text"
arch=("any")
@@ -27,5 +27,5 @@ package() {
chmod +x compile.sh
# This file just makes a dir. & calls `fpc` as of when I wrote this PKGBUILD
./compile.sh
- install -Dm644 "$srcdir/${_hgname}/Bin/deskew" "$pkgdir/usr/bin/deskew"
+ install -D "$srcdir/${_hgname}/Bin/deskew" "$pkgdir/usr/bin/deskew"
}