SOURCES: wine-doors-install-paths.patch (NEW) - install paths
adamg
adamg at pld-linux.org
Sun Feb 15 09:57:53 CET 2009
Author: adamg Date: Sun Feb 15 08:57:53 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- install paths
---- Files affected:
SOURCES:
wine-doors-install-paths.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/wine-doors-install-paths.patch
diff -u /dev/null SOURCES/wine-doors-install-paths.patch:1.1
--- /dev/null Sun Feb 15 09:57:54 2009
+++ SOURCES/wine-doors-install-paths.patch Sun Feb 15 09:57:48 2009
@@ -0,0 +1,26 @@
+--- wine-doors-0.1.3/setup.py~ 2009-02-15 09:51:20.267767961 +0100
++++ wine-doors-0.1.3/setup.py 2009-02-15 09:54:38.330657357 +0100
+@@ -99,10 +99,8 @@
+ nodeps = False
+ install_local_repos = False
+
+- # Set Defaults case root install
+- if os.environ['USER'] == "root":
+- prefix = "/usr/"
+- sysinstall = True
++ prefix = "/usr/"
++ sysinstall = True
+
+ # Read command line arguments
+ for argument in sys.argv:
+--- wine-doors-0.1.3/setup.py~ 2009-02-15 09:55:22.664403111 +0100
++++ wine-doors-0.1.3/setup.py 2009-02-15 09:55:52.867258948 +0100
+@@ -145,7 +145,7 @@
+ prefix = temp + prefix
+ prefix_bin = prefix + "/bin/"
+ prefix_data = prefix + "/share/"
+- prefix_conf = prefix + "/etc/" + wine_doors + "/"
++ prefix_conf = temp + "/etc/" + wine_doors + "/"
+ winedoors_data = prefix_data + wine_doors + "/"
+
+ final_data = final + "/share/wine-doors/"
================================================================
More information about the pld-cvs-commit
mailing list