summaryrefslogtreecommitdiff
path: root/libre/cups-libre/rePKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/cups-libre/rePKGBUILD')
-rw-r--r--libre/cups-libre/rePKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/cups-libre/rePKGBUILD b/libre/cups-libre/rePKGBUILD
index 2ae999f9c..5f55000cc 100644
--- a/libre/cups-libre/rePKGBUILD
+++ b/libre/cups-libre/rePKGBUILD
@@ -5,7 +5,6 @@
# Maintainer: Nicolas Reynolds <fauno@kiwwwi.com.ar>
source PKGBUILD
-CARCH=x86_64
unset build package md5sums source check
_repo=extra
pkgname='cups-libre'
@@ -46,7 +45,6 @@ package_cups-libre() {
'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
'xdg-utils: xdg .desktop file support')
- find ${srcdir} -type l -maxdepth 1 -delete
- cd ${srcdir}
- cp -a ./* ${pkgdir}
+ find ${srcdir} -maxdepth 1 -type l -delete
+ cp -a ${srcdir}/* ${pkgdir}
}