Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 19 years ago
parent
commit
5c34dd4b74
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/disktype/disktype.conf

+ 2
- 1
package/base/disktype/disktype.conf

@ -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/"

Loading…
Cancel
Save