add-package.pl fixup
authorJos I. Boumans <jos@dwim.org>
Wed, 25 Feb 2009 08:31:02 +0000 (09:31 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 25 Feb 2009 08:31:02 +0000 (09:31 +0100)
commit15e5e8668b86d4e43615103f790f9c1a736045dd
tree09eb8af9d3be7ce2ea1343c1bb4d5a581261484d
parentd4be36a8ea2b96180ed1c8dd5001a069eb7348d6
add-package.pl fixup

Sometimes, using find, add-package.pl will construct filenames with 2
consecutive slashes, ie:

 Package-Name/bin//script.pl

As this literal string isn't in the MANIFEST yet, it'll be added
erroneously. The below patch fixes this.
Porting/add-package.pl