aboutsummaryrefslogtreecommitdiff
path: root/dev/perl/perl-tree-dag_node
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-04 15:56:40 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-04 15:56:40 +0000
commit9b5bcc8a420ac65cb69629b35e7d8a6597f24aa8 (patch)
treeeb32ff0e06f74a23ce926586cc490b8b19a13fa4 /dev/perl/perl-tree-dag_node
parentdb69ee3acb66ece512774162877f2a9684be0fb8 (diff)
downloadslackbuilds-9b5bcc8a420ac65cb69629b35e7d8a6597f24aa8.tar.gz
slackbuilds-9b5bcc8a420ac65cb69629b35e7d8a6597f24aa8.tar.bz2
small fix on some perl scripts
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@782 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-tree-dag_node')
-rwxr-xr-xdev/perl/perl-tree-dag_node/perl-tree-dag_node.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-tree-dag_node/perl-tree-dag_node.SlackBuild b/dev/perl/perl-tree-dag_node/perl-tree-dag_node.SlackBuild
index aa9eca14..023b906e 100755
--- a/dev/perl/perl-tree-dag_node/perl-tree-dag_node.SlackBuild
+++ b/dev/perl/perl-tree-dag_node/perl-tree-dag_node.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