]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
fixed scummvm and lprng package
authorhackbard <hackbard>
Sat, 24 Jul 2004 03:09:49 +0000 (03:09 +0000)
committerhackbard <hackbard>
Sat, 24 Jul 2004 03:09:49 +0000 (03:09 +0000)
doc/CHANGELOG
packages/hackbard/lprng/lprng
packages/hackbard/scummvm/scummvm

index 71c729b3737a6746da986f20aacec562d7900b84..20d9cdc47af7795aa75d51293e4deae45fed451a 100644 (file)
@@ -1,5 +1,6 @@
 *) 2004-07-24
 
 *) 2004-07-24
 
+- fixed scummvm and lprng package
 - added thunderbird freetype patches (still not working) - removed from targets
 - added alternative mutt console mail client
 
 - added thunderbird freetype patches (still not working) - removed from targets
 - added alternative mutt console mail client
 
index af11d8a706df99664bb3eba2d258bff19a4b606c..339536f745dcca4ad988883654d93297741dc7c0 100644 (file)
@@ -11,7 +11,7 @@ srcdir="LPRng-$ver"
 
 post_install() {
        # documentation
 
 post_install() {
        # documentation
-       rm -r $docdir ; mkdir -p $docdir
+       rm -rf $docdir ; mkdir -p $docdir
        echo "copying documentation ..."
        cp -r README TESTSUPPORT/ $docdir
        # delete old init script
        echo "copying documentation ..."
        cp -r README TESTSUPPORT/ $docdir
        # delete old init script
index a3602efbad5d8ea5923645b81830b2a4fd139917..36800fc3c6131a28671d1fdce12b9e37c07ae085 100644 (file)
@@ -7,7 +7,7 @@
 # [D] scummvm-0.6.0.tar.bz2 http://puzzle.dl.sourceforge.net/sourceforge/scummvm/
 
 build_main()   {
 # [D] scummvm-0.6.0.tar.bz2 http://puzzle.dl.sourceforge.net/sourceforge/scummvm/
 
 build_main()   {
-       ./configure $confopt
+       ./configure
        make &&
        mkdir -p $prefix/bin &&
        cp scummvm $prefix/bin
        make &&
        mkdir -p $prefix/bin &&
        cp scummvm $prefix/bin