|
@ -25,4 +25,5 @@ |
|
|
# default parameters for make install and copy the |
|
|
# default parameters for make install and copy the |
|
|
# files manually in the postinstall hook... |
|
|
# files manually in the postinstall hook... |
|
|
makeinstopt="" |
|
|
makeinstopt="" |
|
|
hook_add postmake 3 "install -m755 -s disktype $root/$prefix/sbin" |
|
|
|
|
|
|
|
|
hook_add postmake 3 "install -m755 -s disktype $root/$prefix/sbin; cp disktype.1 $root/$prefix/man/man1/" |
|
|
|
|
|
|