Browse Source

* 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
early
Alejandro Mery 18 years ago
parent
commit
b4985acbc1
  1. 2
      base/embutils/embutils.conf

2
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

Loading…
Cancel
Save