diff options
-rw-r--r-- | main/cups/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD index 863d76b204..31f0982513 100644 --- a/main/cups/APKBUILD +++ b/main/cups/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups pkgver=1.4.4 -pkgrel=0 +pkgrel=1 pkgdesc="The CUPS Printing System" url="http://www.cups.org/" license="GPL" @@ -67,12 +67,14 @@ _mv() { libcups() { pkgdesc="CUPS libraries" + depends= _mv usr/lib/*.so* install -d "$pkgdir"/etc/cups } client() { pkgdesc="CUPS client" + depends= _mv usr/bin \ usr/share/cups/charsets \ usr/share/cups/charmaps \ |