SOURCES: python-4Suite-root.patch (NEW) - add --root

arekm arekm at pld-linux.org
Fri Dec 30 13:01:51 CET 2005


Author: arekm                        Date: Fri Dec 30 12:01:51 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add --root

---- Files affected:
SOURCES:
   python-4Suite-root.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-4Suite-root.patch
diff -u /dev/null SOURCES/python-4Suite-root.patch:1.1
--- /dev/null	Fri Dec 30 13:01:51 2005
+++ SOURCES/python-4Suite-root.patch	Fri Dec 30 13:01:46 2005
@@ -0,0 +1,12 @@
+diff -ur 4Suite-1.0b1.org/Ft/Lib/DistExt/Install.py 4Suite-1.0b1/Ft/Lib/DistExt/Install.py
+--- 4Suite-1.0b1.org/Ft/Lib/DistExt/Install.py	2004-10-10 08:11:40.000000000 +0200
++++ 4Suite-1.0b1/Ft/Lib/DistExt/Install.py	2005-12-30 14:56:23.560963000 +0100
+@@ -20,6 +20,8 @@
+         # Miscellaneous control options
+         ('force', 'f',
+          "force installation (overwrite any existing files)"),
++	('root=', None,
++	 "install everything relative to this alternate root directory"),
+         ('skip-build', None,
+          "skip rebuilding everything (for testing/debugging)"),
+ 
================================================================


More information about the pld-cvs-commit mailing list