fixed wine package
authorhackbard <hackbard>
Sun, 25 Jul 2004 02:03:29 +0000 (02:03 +0000)
committerhackbard <hackbard>
Sun, 25 Jul 2004 02:03:29 +0000 (02:03 +0000)
doc/CHANGELOG
packages/hackbard/wine/wine

index a5c4b4f..9a4ab58 100644 (file)
@@ -1,3 +1,7 @@
+*) 2004-07-25
+
+- fixed wine package
+
 *) 2004-07-24
 
 - updated INSTALL file
index 73d154c..36e9461 100644 (file)
@@ -9,6 +9,6 @@
 make_conf="depend all"
 
 post_install() {
-       rm -r $docdir ; mkdir -p $docdir
+       rm -rf $docdir ; mkdir -p $docdir
        cp -r documentation/* $docdir
                }