rdiff: fix man path closes FS#1545

This commit is contained in:
Danny Rawlins 2018-03-30 12:17:55 +11:00
parent 0a08637d53
commit 8fd04d5192
3 changed files with 8 additions and 7 deletions

View File

@ -2,5 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rdiff
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man1/
-rw-r--r-- root/root usr/share/man1/rdiff.1
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/rdiff.1.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WrPntG9cZJhk1FAAr1WDZ2ZgFxsfmu//CcKcR4+pW15JG4e1XkSLGJhTw0BfCfC8b6QnMYmQ3emTng7iUBglwU=
SHA256 (Pkgfile) = a66487eb39da6165af88b0d417a1e0e0eccbc13a164e27605c913e14502d13a7
SHA256 (.footprint) = 898cab3185d9f15dd983a0cd647fb31a395d17e73b0ae79adc683b2a6a60c73a
RWSE3ohX2g5d/St35yprnP94XVGqAeHHyV9T4DtVa4IW6lqEpGE37m1zyMTIJImgOcSZcTWOs8ueVDmOn/G9+giThX8S6L3/kQQ=
SHA256 (Pkgfile) = f9796a372fa70dda57a106d8caf076ea3f83415b80edc87170d7b469a073559e
SHA256 (.footprint) = 062bd0639c689fe4383b3d3d1321dbbed7b2e498ea2db16d4d58f2685da7bf7f
SHA256 (librsync-0.9.7.tar.gz) = 6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
SHA256 (librsync.patch) = 3e9af018401b964512274c67d6b7bf427222cf9a40f280d3b5b531fdcb32410b

View File

@ -6,7 +6,7 @@
name=rdiff
version=0.9.7
release=2
release=3
source=(http://download.sourceforge.net/librsync/librsync-${version}.tar.gz
librsync.patch)
@ -19,5 +19,5 @@ build() {
make
install -D -m 755 rdiff $PKG/usr/bin/rdiff
install -D -m 644 doc/rdiff.1 $PKG/usr/share/man1/rdiff.1
install -D -m 644 doc/rdiff.1 $PKG/usr/share/man/man1/rdiff.1
}