password-store: fixed man-page path

This commit is contained in:
Fredrik Rinnestam 2015-02-17 21:55:29 +01:00
parent 9de2e1ab3e
commit 8c1d9cef35
2 changed files with 5 additions and 6 deletions

View File

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

View File

@ -5,11 +5,11 @@
name=password-store
version=1.4.2
release=1
release=2
source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() {
cd $name-$version
sed -i 's/share/usr/g' Makefile
sed -i 's.share/..g' Makefile
make DESTDIR=$PKG install
}