Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b32f8a0a39fe76e9d8adfc83986c47c8d156084
commit 0b32f8a0a39fe76e9d8adfc83986c47c8d156084 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Feb 26 18:16:45 2008 +0100 ccache-2.4-6-i686 - i was wrong, we just need a group for ccache, not a user diff --git a/source/devel/ccache/FrugalBuild b/source/devel/ccache/FrugalBuild index 139cec8..2a97dc3 100644 --- a/source/devel/ccache/FrugalBuild +++ b/source/devel/ccache/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ccache pkgver=2.4 -pkgrel=5 +pkgrel=6 pkgdesc="A fast compiler cache" url="http://ccache.samba.org" depends=('glibc') diff --git a/source/devel/ccache/ccache.install b/source/devel/ccache/ccache.install index f76aeba..09340de 100644 --- a/source/devel/ccache/ccache.install +++ b/source/devel/ccache/ccache.install @@ -3,9 +3,6 @@ post_install() if ! grep -q '^ccache:' /etc/group ; then groupadd -g 48 ccache fi - if ! grep -q '^ccache:' /etc/passwd ; then - useradd -u 48 -g 48 ccache - fi } post_upgrade() @@ -14,7 +11,6 @@ post_upgrade() } pre_remove() { - userdel ccache groupdel ccache } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
