[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