From a79d8b6680d4b7f22421d2a4bc0cce2b65a71f7e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 24 Sep 2009 21:40:28 +0200 Subject: 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 --- postsync.d/regen-overlays | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postsync.d/regen-overlays') 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 ..." -- cgit v1.2.3