hdparm: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:27:05 +02:00
parent 325d9c8a86
commit 61f4c2c52b
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/hdparm
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/hdparm.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/hdparm.8.gz

View File

@ -4,11 +4,11 @@
name=hdparm
version=9.48
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG mandir=/usr/man install
make DESTDIR=$PKG install
}