summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEldon Mathias2016-06-04 18:15:59 -0500
committerEldon Mathias2016-06-04 18:15:59 -0500
commit899b15034b8cedf9e59b51d862c26948a0327dc2 (patch)
tree8448ab74fae22ac1958909e48407e5606cd61ba6 /PKGBUILD
parent8c0cedb458d1bf12043eeee2f477c5bf5df9036a (diff)
downloadaur-899b15034b8cedf9e59b51d862c26948a0327dc2.tar.gz
fixed some file references
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa617451616..e78445e52b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('GPL')
install="brother-mfc240c.install"
arch=('i686' 'x86_64')
depends_x86_64=('lib32-glibc')
-md5sums=('2856ad6fbe41b6ce01b1c0af3c7f94ef'
+md5sums=('55cba82f12929af901e8c489ffa7ca91'
'207cf1eb6bbab8d2ecafd8a2b5bc8f4b'
'e2564327cb7fc6501ca9657080855322')
@@ -34,7 +34,7 @@ package() {
rm "$pkgdir/usr/share/brother/Printer/mfc240c/cupswrapper/cupswrappermfc240c"
rm "$pkgdir/usr/share/brother/Printer/mfc240c/inf/setupPrintcapij"
- install -m 644 -D ppd_file "$pkgdir/usr/share/cups/model/MFC240C.ppd"
+ install -m 644 -D ppd_file "$pkgdir/usr/share/cups/model/brmfc240c.ppd"
install -m 755 -D wrapper "$pkgdir/usr/lib/cups/filter/brlpdwrappermfc240c"
}