summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47975235274f..c85bc298dde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname="brother-mfc-l8600cdw"
pkgver="1.1.3"
-pkgrel="1"
+pkgrel="2"
pkgdesc="LPR and CPUS driver for the Brother MFC-L8600CDW"
url="http://www.brother.com"
license=('GPL')
@@ -12,10 +12,6 @@ md5sums=('288bdce351549d883423eec2494c96f2'
'c7f04d3e70e6ce9c9688ff6e7ed0d4b6')
package() {
- cp -R "$srcdir/usr/bin" "$pkgdir/usr" || return 1
- cp -R "$srcdir/opt/brother" "$pkgdir/opt" || return 1
+ cp -R "$srcdir/usr/" "$pkgdir/" || return 1
+ cp -R "$srcdir/opt/" "$pkgdir/" || return 1
}
-
-post_install() {
- "$srcdir/opt/brother/Printers/mfcl8600cdw/cupswrapper/cupswrappermfcl8600cdw"
-} \ No newline at end of file