From b4985acbc1ce4f96a24ce8652a14636968dd6df0 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 3 Apr 2007 04:33:37 +0000 Subject: [PATCH] * fixed embutils to mangle bindir folder after it was created, and not before git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20617 10447126-35f2-4685-b0cf-6dd780d3921f --- base/embutils/embutils.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/embutils/embutils.conf b/base/embutils/embutils.conf index 12981b103..a39e7dfa2 100644 --- a/base/embutils/embutils.conf +++ b/base/embutils/embutils.conf @@ -16,7 +16,7 @@ if pkginstalled coreutils && [ $prefix_auto = 1 ] ; then prefix=usr/embutils set_confopt - hook_add postpatch 5 "rm -rf $root$bindir; ln -svf . $root$bindir" + hook_add preconf 5 "rm -rf $root$bindir; ln -svf . $root$bindir" hook_add postmake 5 "rm -f $root$bindir" fi