diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-22 16:07:18 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-22 16:07:18 +0000 |
commit | 6b833e74f3dabfdd832b07c51d895b232a2207aa (patch) | |
tree | c332f03c23b1b5013a1a4421646cf9b71148116a /wipe | |
parent | 3bed47fe5554eba041b0e6ddc0187341ad779470 (diff) | |
download | slackbuilds-6b833e74f3dabfdd832b07c51d895b232a2207aa.tar.gz slackbuilds-6b833e74f3dabfdd832b07c51d895b232a2207aa.tar.bz2 |
wipe third update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@261 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 444b0d4f..4177b94b 100755 --- a/wipe/wipe.build +++ b/wipe/wipe.build @@ -59,7 +59,7 @@ fi cd $TMP tar xvf$tarflag $SRC_DIR/$SRC -cd $PACKAGE-$VERSION-stable +cd $PACKAGE-$VERSION if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then patch -p1 < $CWD/$PACKAGE-$VERSION.diff |