Ooops, that should not have happened. Thank you for the hint. Updated.
Search Criteria
Package Details: hex2hcd-git 20140921-1
Package Actions
| Package Base: | hex2hcd-git |
|---|---|
| Description: | Converter to change bluetooth hex firmware files to hcd |
| Upstream URL: | git://github.com/jessesung/hex2hcd.git |
| Category: | system |
| Licenses: | |
| Submitter: | Harey |
| Maintainer: | Harey |
| Last Packager: | Harey |
| Votes: | 0 |
| First Submitted: | 2013-08-14 09:31 |
| Last Updated: | 2014-09-21 10:31 |
Latest Comments
Comment by Harey
Comment by shvr
Just a heads up, this PKGBUILD copies the entire hex2hcd build folder into /usr/bin. So hex2hcd isn't in the $PATH, and an unnecessary folder and files get installed to /usr/bin. This can be fixed by changing the "cp -r hex2hcd ${pkgdir}/usr/bin/" line in package() to: "cp -r hex2hcd/hex2hcd ${pkgdir}/usr/bin/".