diff security/shadow/shadow.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents ae55d9077f70
children ddab65a5b3f5
line wrap: on
line diff
--- a/security/shadow/shadow.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/security/shadow/shadow.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -53,21 +53,21 @@
 : ${SELINUX:=no}
 
 if [ "$ACL" = "yes" ]; then
-	PKGDEPENDS="core/acl $PKGDEPENDS"
+	PKGDEPENDS="acl $PKGDEPENDS"
 	with_acl="--with-acl"
 else
 	with_acl="--without-acl"
 fi
 
 if [ "$ATTR" = "yes" ]; then
-	PKGDEPENDS="core/acl $PKGDEPENDS"
+	PKGDEPENDS="acl $PKGDEPENDS"
 	with_attr="--with-attr"
 else
 	with_attr="--without-attr"
 fi
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"