Browse Source

fix URL and change .config setting to use new WINE syntax

Ralf S. Engelschall 22 years ago
parent
commit
596b9ced77
2 changed files with 3 additions and 3 deletions
  1. 2 2
      wine/wine.spec
  2. 1 1
      wine/winesetup.sh

+ 2 - 2
wine/wine.spec

@@ -26,14 +26,14 @@
 #   package information
 #   package information
 Name:         wine
 Name:         wine
 Summary:      Wine Is Not an Emulator (WINE)
 Summary:      Wine Is Not an Emulator (WINE)
-URL:          http://www.wine.org/
+URL:          http://www.winehq.org/
 Vendor:       Bob Amstadt, Alexandre Julliard et al.
 Vendor:       Bob Amstadt, Alexandre Julliard et al.
 Packager:     The OpenPKG Project
 Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Distribution: OpenPKG [EVAL]
 Group:        X11
 Group:        X11
 License:      LGPL
 License:      LGPL
 Version:      20030911
 Version:      20030911
-Release:      20030912
+Release:      20030913
 
 
 #   list of sources
 #   list of sources
 Source0:      http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
 Source0:      http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz

+ 1 - 1
wine/winesetup.sh

@@ -37,7 +37,7 @@ if [ ! -f "$HOME/.wine/config" ]; then
     sed -e 's;Drive E;Drive T;' \
     sed -e 's;Drive E;Drive T;' \
         -e 's;Drive F;Drive U;' \
         -e 's;Drive F;Drive U;' \
         -e 's;Drive Z;Drive R;' \
         -e 's;Drive Z;Drive R;' \
-        -e '/^\[Drive C\]/,/^$/s/"\/c"/"${HOME}\/.wine\/c_drive"/' \
+        -e '/^\[Drive C\]/,/^$/s/"\/c"/"%HOME%\/.wine\/c_drive"/' \
         -e '/^\[Drive R\]/,/^$/s/"hd"/"network"/' \
         -e '/^\[Drive R\]/,/^$/s/"hd"/"network"/' \
         -e '/^\[wine\]/,/^$/s/e:/t:/g' \
         -e '/^\[wine\]/,/^$/s/e:/t:/g' \
         -e '/^\[wine\]/,/^$/s/f:/u:/g' \
         -e '/^\[wine\]/,/^$/s/f:/u:/g' \