Oops. Thanks luolimao, package updated.
Search Criteria
Package Details: xd 1-3
Package Actions
| Package Base: | xd |
|---|---|
| Description: | a utility for dumping files in hex, decimal, or octal |
| Upstream URL: | http://www.fourmilab.ch/xd |
| Category: | system |
| Licenses: | |
| Submitter: | None |
| Maintainer: | lowfatcomputing |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2007-04-18 01:32 |
| Last Updated: | 2012-10-07 20:26 |
Latest Comments
Comment by lowfatcomputing
Comment by luolimao
the lines that say
mkdir -p $pkgdir/usr/bin
install -Dm755 xd $pkgdir/usr/bin
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 xd.1 $pkgdir/usr/share/man/man1
should say
install -Dm755 xd $pkgdir/usr/bin/xd
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 xd.1 $pkgdir/usr/share/man/man1/xd.1
(using mkdir is redundant with the install command).
Comment by lowfatcomputing
Updated PKGBUILD: http://ix.io/2Ih