diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 15:55:03 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 15:55:03 +0000 |
commit | db69ee3acb66ece512774162877f2a9684be0fb8 (patch) | |
tree | cf61b35f59843effb8655f22e3e0788907c0def8 /dev/perl/perl-test-warn/perl-test-warn.SlackBuild | |
parent | f34e8cd3d445f0f520a7057ca7769e70c64d9aec (diff) | |
download | slackbuilds-db69ee3acb66ece512774162877f2a9684be0fb8.tar.gz slackbuilds-db69ee3acb66ece512774162877f2a9684be0fb8.tar.bz2 |
perl-test-warn small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@781 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-test-warn/perl-test-warn.SlackBuild')
-rwxr-xr-x | dev/perl/perl-test-warn/perl-test-warn.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-test-warn/perl-test-warn.SlackBuild b/dev/perl/perl-test-warn/perl-test-warn.SlackBuild index 8e3996a0..ba48b921 100755 --- a/dev/perl/perl-test-warn/perl-test-warn.SlackBuild +++ b/dev/perl/perl-test-warn/perl-test-warn.SlackBuild @@ -87,7 +87,7 @@ cd $TMP/package-$PACKAGE # we need to fix .packlist string="`echo $TMP/package-$PACKAGE | sed -e 's/\//\\\\\//g'`" -find . -name .packlist -exec sed -e "s/$string//g" {} \; > packlist +find . -name .packlist -exec sed -e "s/^$string//g" {} \; > packlist find . -name .packlist -exec mv packlist {} \; mkdir install |