|
|
@ -23,6 +23,5 @@ |
|
|
premake="cd src" |
|
|
premake="cd src" |
|
|
makeopt="CC='$CC' LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root all" |
|
|
makeopt="CC='$CC' LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root all" |
|
|
makeinstopt="CC='$CC' LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root install" |
|
|
makeinstopt="CC='$CC' LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root install" |
|
|
postmake="cp -vf $confdir/stone_mod_init.sh $root/etc/stone.d/mod_init.sh ; \ |
|
|
|
|
|
chmod +x $root/etc/stone.d/mod_init.sh" |
|
|
|
|
|
|
|
|
postmake="cp -vf $confdir/stone_mod_init.sh $root/etc/stone.d/mod_init.sh" |
|
|
|
|
|
|