diff --git a/package/base/disktype/disktype.conf b/package/base/disktype/disktype.conf index a6272b093..25e32f39f 100644 --- a/package/base/disktype/disktype.conf +++ b/package/base/disktype/disktype.conf @@ -25,4 +25,5 @@ # default parameters for make install and copy the # files manually in the postinstall hook... 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/" +