summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Glen2017-09-16 18:34:02 -0400
committerIan Glen2017-09-16 18:34:02 -0400
commitdc2d02831a76e1e34c8d3235d30813af70f6079f (patch)
tree395182a68c48a088aed70b06aed0383b87184693
parentab8ef3569cb8efcd404f0b976ea2943ffd23866d (diff)
downloadaur-dc2d02831a76e1e34c8d3235d30813af70f6079f.tar.gz
Fixed permissions on filter
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9c552c303c3..8fc2a91bb1c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ fi
package() {
cp -R $srcdir/opt $pkgdir;
install -m 644 -D $srcdir/opt/brother/Printers/HL5450DN/cupswrapper/brother-HL-5450DN-cups-en.ppd $pkgdir/usr/share/cups/model/brother-HL-5450DN-cups-en.ppd
- install -m 644 -D $srcdir/opt/brother/Printers/HL5450DN/cupswrapper/brother_lpdwrapper_HL5450DN $pkgdir/usr/lib/cups/filter/brother_lpdwrapper_HL5450DN
+ install -m 755 -D $srcdir/opt/brother/Printers/HL5450DN/cupswrapper/brother_lpdwrapper_HL5450DN $pkgdir/usr/lib/cups/filter/brother_lpdwrapper_HL5450DN
install -m 644 -D cupswrapper-license.txt $pkgdir/usr/share/licenses/${pkgname}/cupswrapper-licence.txt
install -m 644 -D lpr-license.txt $pkgdir/usr/share/licenses/${pkgname}/lpr-licence.txt
} \ No newline at end of file