FS#24396 - [nethogs] create a bogus path /usr/{bin,share/man/man8}/
Attached to Project:
Community Packages
Opened by Kazuo Teramoto (kazuo) - Monday, 23 May 2011, 02:01 GMT
Last edited by Kyle Keen (keenerd) - Monday, 23 May 2011, 23:29 GMT
Opened by Kazuo Teramoto (kazuo) - Monday, 23 May 2011, 02:01 GMT
Last edited by Kyle Keen (keenerd) - Monday, 23 May 2011, 23:29 GMT
|
Details
Hi!
The nethogs PKGBUILD have the following line: ---- 25: install -d "$pkgdir/usr/{bin,share/man/man8}" ---- But bash/sh don't expand the {a,b} syntax inside quotes, so install create the bogus path /usr/{bin,share/man/man8}/, and not /usr/bin and /usr/share/man/man8 as intended. As "/usr/{bin,share/man/man8}" is fixed I think that the following works: ---- 25: install -d "$pkgdir"/usr/{bin,share/man/man8} ---- Thanks! |
This task depends upon
Comment by
Alessandro Nakamuta (alessandro_ufms)
- Monday, 23 May 2011, 22:17 GMT
I confirm this.
Comment by Kyle Keen (keenerd) -
Monday, 23 May 2011, 23:22 GMT
Fixed with 0.7.0-4.