From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/002092.html | 102 +++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002092.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002092.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002092.html b/zarb-ml/mageia-sysadm/2011-January/002092.html new file mode 100644 index 000000000..9247a80b8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002092.html @@ -0,0 +1,102 @@ + + + + [Mageia-sysadm] [302] - patch goes in SOURCES no SPECS + + + + + + + + + +

[Mageia-sysadm] [302] - patch goes in SOURCES no SPECS

+ root at mageia.org + root at mageia.org +
+ Fri Jan 14 17:34:12 CET 2011 +

+
+ +
Revision: 302
+Author:   nanardon
+Date:     2011-01-14 17:34:12 +0100 (Fri, 14 Jan 2011)
+Log Message:
+-----------
+- patch goes in SOURCES no SPECS
+
+Modified Paths:
+--------------
+    build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+
+Modified: build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+===================================================================
+--- build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-01-14 15:49:38 UTC (rev 301)
++++ build_system/mgarepo/trunk/MgaRepo/simplerpm.py	2011-01-14 16:34:12 UTC (rev 302)
+@@ -15,7 +15,7 @@
+ 
+     def unpack(self, topdir):
+         execcmd(("rpm -i --define '_sourcedir %s/SOURCES' " + 
+-        "--define '_specdir %s/SPECS' --define '_patchdir %s/SPECS' %s")
++        "--define '_specdir %s/SPECS' --define '_patchdir %s/SOURCES' %s")
+         % (topdir, topdir, topdir, self.filename))
+ 
+ # vim:et:ts=4:sw=4
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110114/c5796797/attachment-0001.html>
+
+ + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1