diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -77,8 +77,7 @@ autopatch() { cd $OLDPWD } - -wecho "at $EBUILD_PHASE" +#wecho "at $EBUILD_PHASE" case $EBUILD_PHASE in compile) @@ -90,11 +89,6 @@ case $EBUILD_PHASE in autopatch fi ;; - - post_sync) - OVERLAY_CONFIG_DIR="$(update-eix --print EIXCFGDIR)/overlays" - PORTDIR_OVERLAY="$(sed -ne 's/LOCATION="\([^"]*\)"/\1 /;t print; d; :print p' ${OVERLAY_CONFIG_DIR}/* | xargs echo)" - ;; esac |