summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-06-21 12:36:33 +0200
committerChristoph Mende <angelos@gentoo.org>2011-06-21 12:36:33 +0200
commit9853c020bfeaffc9b60052aa44b163c363d74fa7 (patch)
tree8f1adbdf29b85d05f6e63e28d282d045f2c13de9 /scripts/sync-xfce-overlay.sh
parentchaosvpn: Bump to EAPI4 (diff)
downloadangelos-9853c020bfeaffc9b60052aa44b163c363d74fa7.tar.gz
angelos-9853c020bfeaffc9b60052aa44b163c363d74fa7.tar.bz2
angelos-9853c020bfeaffc9b60052aa44b163c363d74fa7.zip
sync-xfce-overlay.sh: Remove keywords instead of dropping to ~arch
Diffstat (limited to 'scripts/sync-xfce-overlay.sh')
-rwxr-xr-xscripts/sync-xfce-overlay.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sync-xfce-overlay.sh b/scripts/sync-xfce-overlay.sh
index 64c8431..91c5a9e 100755
--- a/scripts/sync-xfce-overlay.sh
+++ b/scripts/sync-xfce-overlay.sh
@@ -30,8 +30,8 @@ for i in ${pkgs}; do
# copy new ebuild
cp -f ${src} ${dst}
- # remove any stabl keywords
- ekeyword ~all ${dst} >/dev/null
+ # remove any keywords
+ ekeyword ^all ${dst} >/dev/null
# remove SRC_URI
sed -i -e "/^SRC_URI/d" ${dst}