mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
252 B

#!/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