mpc: move man pages

This commit is contained in:
Thomas Penteker 2016-05-31 01:18:26 +02:00
parent 183d2c1011
commit e8c17ae61b
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mpc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mpc.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mpc.1.gz

View File

@ -12,11 +12,10 @@ source=(http://www.musicpd.org/download/mpc/0/mpc-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -rf $PKG/usr/share/doc
}