summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}