|
|
@ -1,4 +1,4 @@ |
|
|
|
premake="echo PREFIX=$prefix > $builddir/scanlogd-$ver/Makefile" |
|
|
|
premake="$premake; echo ROOT=$root >> $builddir/scanlogd-$ver/Makefile" |
|
|
|
premake="$premake; cat $confdir/Makefile >> $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" |