From 1f6b993622fe0be9a91f249b218819a8faa74a9e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 20 Jul 2010 11:26:23 +0000 Subject: main/cups: fix circular deps --- main/cups/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main/cups') diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD index 863d76b20..31f098251 100644 --- a/main/cups/APKBUILD +++ b/main/cups/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 \ -- cgit v1.2.3