aboutsummaryrefslogtreecommitdiff
path: root/wipe
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-22 16:12:58 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-22 16:12:58 +0000
commitb774f8951a4ad1f3c453926420e11978f423bd6b (patch)
treee9415756f0fa42f3cee8218d5741c03410b43883 /wipe
parent5c0d94f5ee478e58ac06a48481274f5946f5fe22 (diff)
downloadslackbuilds-b774f8951a4ad1f3c453926420e11978f423bd6b.tar.gz
slackbuilds-b774f8951a4ad1f3c453926420e11978f423bd6b.tar.bz2
wipe last update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@263 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'wipe')
-rwxr-xr-xwipe/wipe.build9
1 files changed, 5 insertions, 4 deletions
diff --git a/wipe/wipe.build b/wipe/wipe.build
index 2c7460e6..8aa13b2d 100755
--- a/wipe/wipe.build
+++ b/wipe/wipe.build
@@ -99,11 +99,12 @@ wipe:
EOF
# docs
-mkdir -p /usr/doc/$PACKAGE-$VERSION
+mv /usr/doc/$PACKAGE /usr/doc/$PACKAGE-$VERSION
+# mkdir -p /usr/doc/$PACKAGE-$VERSION
-for file in CHANGES INSTALL LICENSE README TESTING TODO; do
- cp $CWD/$file* /usr/doc/$PACKAGE-$VERSION/
-done
+# for file in CHANGES INSTALL LICENSE README TESTING TODO; do
+# cp $CWD/$file* /usr/doc/$PACKAGE-$VERSION/
+# done
if [ "$CLEANUP" == "yes" ]; then
rm -rf $TMP