@UnbreakableMJ: I couldn't reproduce a problem but I have changed it so it uses $srcdir
Search Criteria
Package Details: sedname 1.0.1-1
Package Actions
| Package Base: | sedname |
|---|---|
| Description: | Batch-renames files using a sed script |
| Upstream URL: | http://igurublog.wordpress.com/downloads/script-sedname/ |
| Category: | system |
| Licenses: | |
| Submitter: | IgnorantGuru |
| Maintainer: | IgnorantGuru |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2010-05-30 22:48 |
| Last Updated: | 2010-11-17 15:04 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by IgnorantGuru
Anonymous comment
Got it working for me by changing last two lines to the following:
cp ${startdir}/src/${pkgname}.sh ./${pkgname} || return 1
chmod +x ${pkgname} || return 1
(Note: PasteBin isn't working for me at the moment, so couldn't post the PKGBUILD there)