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 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/embutils/embutils.conf

+ 1
- 1
base/embutils/embutils.conf

@ -16,7 +16,7 @@
if pkginstalled coreutils && [ $prefix_auto = 1 ] ; then if pkginstalled coreutils && [ $prefix_auto = 1 ] ; then
prefix=usr/embutils prefix=usr/embutils
set_confopt 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" hook_add postmake 5 "rm -f $root$bindir"
fi fi

Loading…
Cancel
Save