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.
 
 
 
 
 
 

4 lines
280 B

premake="echo PREFIX=$prefix > $builddir/scanlogd-$ver/Makefile"
var_append premake ";" "echo ROOT=$root >> $builddir/scanlogd-$ver/Makefile"
var_append premake ";" "cat $confdir/Makefile >> $builddir/scanlogd-$ver/Makefile"
postmake="install_init scanlog $confdir/scanlogd.init"