summaryrefslogtreecommitdiffstats
path: root/postsync.d/regen-overlays
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-09-24 21:40:28 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-09-24 21:40:28 +0200
commita79d8b6680d4b7f22421d2a4bc0cce2b65a71f7e (patch)
tree426c0219089aa65f365550b52f6ef3832954d334 /postsync.d/regen-overlays
parent470bc48a8d0a98b1937f2bf44f044388e8910a75 (diff)
downloadportage-ext-a79d8b6680d4b7f22421d2a4bc0cce2b65a71f7e.tar.gz
portage-ext-a79d8b6680d4b7f22421d2a4bc0cce2b65a71f7e.tar.xz
portage-ext-a79d8b6680d4b7f22421d2a4bc0cce2b65a71f7e.zip
added workaround for older eix versions
added seperate file that overrides the eix-update and eix-diff binaries with a funktion that supports older eix removed eix call from regen-overlays by putting the overlay config path relativ to dirname $0 removed switch from eix-update and include seperate file
Diffstat (limited to '')
-rwxr-xr-xpostsync.d/regen-overlays2
1 files changed, 1 insertions, 1 deletions
diff --git a/postsync.d/regen-overlays b/postsync.d/regen-overlays
index bbaec32..89d70dd 100755
--- a/postsync.d/regen-overlays
+++ b/postsync.d/regen-overlays
@@ -2,7 +2,7 @@
. /etc/init.d/functions.sh
-OVERLAY_CONFIG_DIR="$(update-eix --print EIXCFGDIR)/overlays"
+OVERLAY_CONFIG_DIR="$(dirname $0)/../overlays"
ebegin "Regenerating overlay config ..."