From f5a8de28b86c2c838a28e79aa54f8b4c3fbd869e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 May 2012 16:24:59 +0000 Subject: Thu May 31 16:24:59 UTC 2012 --- libre/cups-libre/rePKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libre/cups-libre/rePKGBUILD') 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 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} } -- cgit v1.2.3-54-g00ecf