diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-21 12:36:33 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-21 12:36:33 +0200 |
commit | 9853c020bfeaffc9b60052aa44b163c363d74fa7 (patch) | |
tree | 8f1adbdf29b85d05f6e63e28d282d045f2c13de9 /scripts | |
parent | chaosvpn: Bump to EAPI4 (diff) | |
download | angelos-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')
-rwxr-xr-x | scripts/sync-xfce-overlay.sh | 4 |
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} |