diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-22 16:06:33 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-22 16:06:33 +0000 |
commit | 3bed47fe5554eba041b0e6ddc0187341ad779470 (patch) | |
tree | a91babb29872c2549c41e494350a806f67da6c0e /wipe | |
parent | 557267acc1ec19cb9c2f79fa832e04899b10cb2e (diff) | |
download | slackbuilds-3bed47fe5554eba041b0e6ddc0187341ad779470.tar.gz slackbuilds-3bed47fe5554eba041b0e6ddc0187341ad779470.tar.bz2 |
wipe second update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@260 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'wipe')
-rwxr-xr-x | wipe/wipe.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wipe/wipe.build b/wipe/wipe.build index cc00a31a..444b0d4f 100755 --- a/wipe/wipe.build +++ b/wipe/wipe.build @@ -34,7 +34,7 @@ fi RTOOL="wget" PACKAGE_EXT="bz2" -SRC="$PACKAGE-$VERSION.$PACKAGE_EXT" +SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" URL="http://easynews.dl.sourceforge.net/sourceforge/wipe/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" |