FS#16285 - pwsafe does not follow general directory guidelines

Attached to Project: Community Packages
Opened by Benoit Izac (benizac) - Sunday, 20 September 2009, 18:43 GMT
Last edited by Allan McRae (Allan) - Wednesday, 23 September 2009, 03:17 GMT
Task Type Bug Report
Category
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

% pacman -Ql pwsafe
pwsafe /usr/
pwsafe /usr/bin/
pwsafe /usr/bin/pwsafe
pwsafe /usr/man/
pwsafe /usr/man/man1/
pwsafe /usr/man/man1/pwsafe.1

According to ``general directory guidelines'', manpages should go in /usr/share/man

diff to correct issue:
--- PKGBUILD.orig 2009-09-20 19:11:23.766893012 +0200
+++ PKGBUILD 2009-09-20 19:11:50.690931829 +0200
@@ -13,7 +13,7 @@

build() {
cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/share/man
make || return 1
make DESTDIR=$startdir/pkg install
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 23 September 2009, 03:17 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#13766 

Loading...