Package Details: xd 1-3

Package Base: xd
Description: a utility for dumping files in hex, decimal, or octal
Upstream URL: http://www.fourmilab.ch/xd
Category: system
Licenses: custom
Submitter: None
Maintainer: lowfatcomputing
Last Packager: None
Votes: 4
First Submitted: 2007-04-18 01:32
Last Updated: 2012-10-07 20:26

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by lowfatcomputing

2012-10-07 20:27

Oops. Thanks luolimao, package updated.

Comment by luolimao

2012-10-07 20:14

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

2012-08-05 20:57

Updated PKGBUILD: http://ix.io/2Ih