diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-02 22:54:10 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-02 22:54:10 -0300 |
commit | 4ce84837520f8c56ae998d5d2d98380faf3e3eb5 (patch) | |
tree | b22e90f4dc9b313fbc814852c874e4fb31a8d0c7 /libre/cups-libre/rePKGBUILD | |
parent | 5f74139e49aec90fef556447373608db10d9f1e6 (diff) | |
parent | 96b3ccdea0907e8df071273f302e1640b05d07c6 (diff) | |
download | abslibre-4ce84837520f8c56ae998d5d2d98380faf3e3eb5.tar.gz abslibre-4ce84837520f8c56ae998d5d2d98380faf3e3eb5.tar.bz2 abslibre-4ce84837520f8c56ae998d5d2d98380faf3e3eb5.zip |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre/cups-libre/rePKGBUILD')
-rw-r--r-- | libre/cups-libre/rePKGBUILD | 6 |
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} } |