summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew2015-11-30 22:30:56 -0800
committerandrew2015-11-30 22:30:56 -0800
commit6fac1b8cbfcde0e77a702054e315285386612417 (patch)
treea08ca8ec1adf63a1bc3d2c06171c6357d1550d04
parent0d5f15e748455dcf78a2ebe64d8a0d3772661ee2 (diff)
downloadaur-6fac1b8cbfcde0e77a702054e315285386612417.tar.gz
Fixing chmod
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe87966532c8..c8742e839534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ source=(
package() {
mkdir -p "$pkgdir/usr/share"
- install -D -m 644 "$srcdir/opt/brother/Printers/HLL2380DW/cupswrapper/brother_lpdwrapper_HLL2380DW" "$pkgdir/usr/lib/cups/filter/brother_lpdwrapper_HLL2380DW"
+ install -D -m 755 "$srcdir/opt/brother/Printers/HLL2380DW/cupswrapper/brother_lpdwrapper_HLL2380DW" "$pkgdir/usr/lib/cups/filter/brother_lpdwrapper_HLL2380DW"
install -D -m 644 "$srcdir/opt/brother/Printers/HLL2380DW/cupswrapper/brother-HLL2380DW-cups-en.ppd" "$pkgdir/usr/share/cups/model/HLL2380DW.ppd"
}