[projects/pld-builder.new] - I don't see the need to redefine _builddir, and it breaks packages like adobe-flash

baggins baggins at pld-linux.org
Fri Oct 26 14:15:14 CEST 2012


commit 0b2bbad288de3a75a3463b3321c93a3129ca9dd1
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Oct 26 14:14:45 2012 +0200

    - I don't see the need to redefine _builddir, and it breaks packages
      like adobe-flash

 PLD_Builder/request.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index 603b131..a910376 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -314,8 +314,7 @@ class Batch:
         rpmdefs = \
             "--define '_topdir %%(echo $HOME/rpm)' " \
             "--define '_specdir %%{_topdir}/packages/%s' "  \
-            "--define '_sourcedir %%{_specdir}' " \
-            "--define '_builddir %%{_topdir}/BUILD/%%{name}' " % self.spec[:-5]
+            "--define '_sourcedir %%{_specdir}' " % self.spec[:-5]
         return rpmdefs + rpmopts
 
     def kernel_string(self):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/0b2bbad288de3a75a3463b3321c93a3129ca9dd1



More information about the pld-cvs-commit mailing list