Package Details: sedname 1.0.1-1

Package Base: sedname
Description: Batch-renames files using a sed script
Upstream URL: http://igurublog.wordpress.com/downloads/script-sedname/
Category: system
Licenses: GPL3
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

2010-11-17 15:06

@UnbreakableMJ: I couldn't reproduce a problem but I have changed it so it uses $srcdir

Anonymous comment

2010-11-17 03:39

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)