commit 275c43f3d1692fbb4448502b5509a516c118d3e1
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Tue Feb 23 08:21:36 2021 +0100
Fix expansion.
PLD_Builder/install.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/install.py b/PLD_Builder/install.py
index 4915339..a688a48 100644
--- a/PLD_Builder/install.py
+++ b/PLD_Builder/install.py
@@ -151,7 +151,7 @@ def install_br(r, b):
rpmcommand = "rpmbuild --nobuild -br"
else:
rpmcommand = "rpmbuild --nobuild"
- cmd = "set -e; TMPDIR=%(tmpdir)s %(rpmcommand) %(rpmdefs)s
%(topdir)s/%(spec)s 2>&1" % {
+ cmd = "set -e; TMPDIR=%(tmpdir)s %(rpmcommand)s %(rpmdefs)s
%(topdir)s/%(spec)s 2>&1" % {
'rpmcommand': rpmcommand,
'tmpdir': tmpdir,
'topdir' : b.get_topdir(),
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/275c43f3d1692fbb4448502b5509a516c118d3e1
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit