Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
6a70338308
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      package/base/procps/procps.conf

+ 9
- 2
package/base/procps/procps.conf

@ -1,3 +1,10 @@
if [ "$stagelevel" == 1 ] ; then
var_append makeinstopt " " "DESTDIR=$root install=\"install -D\""
#!/bin/bash
var_append makeopt " " "m64="
var_append makeinstopt " " "lib64=$multilib"
var_append makeinstopt " " "DESTDIR=\"$instroot\" install=\"install -D\""
if [ "$libs_only" = 1 ] ; then
hook_add postmake 5 "cp -a $dummydir/lib/* $libdir/"
fi

Loading…
Cancel
Save