Browse Source

Stefan Paletta / Tobias Hintze:


			
			
				rocklinux
			
			
		
Stefan Paletta 21 years ago
parent
commit
1483e4eb11
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/alessandro/busybox/busybox.conf

+ 2
- 2
package/alessandro/busybox/busybox.conf

@ -42,11 +42,11 @@ fi
if [ "$ROCKCFG_PKG_BUSYBOX_SYMLINKS" = 0 ] ; then
makeinstopt=''
postmake='cp -v busybox $bindir'
hook_add postmake 5 'cp -v busybox $bindir'
else
# FIXME: does it works?
var_append makeopt ' ' "PREFIX=$root/$prefix"
fi
# save .config file for the future
var_append postmake 9 'cp -v .config busybox.links $docdir'
hook_add postmake 9 'cp -v .config busybox.links $docdir'

Loading…
Cancel
Save