pwgen: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-11-25 16:33:21 -06:00
parent 5f43f4454a
commit 2523bdae3d
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/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pwgen -rwxr-xr-x root/root usr/bin/pwgen
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/pwgen.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/pwgen.1.gz

View File

@ -1,16 +1,15 @@
# Description: A small GPLed password generator which creates passwords which can be easily memorized by a human # Description: A small GPLed password generator which creates passwords which can be easily memorized by a human
# URL: http://pwgen.sourceforge.net/ # URL: http://pwgen.sourceforge.net/
# Maintainer: Matt Housh, jaeger at morpheus dot net # Maintainer: Matt Housh, jaeger at crux dot ninja
name=pwgen name=pwgen
version=2.07 version=2.07
release=1 release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr \ ./configure --prefix=/usr
--mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }