]> git.pld-linux.org Git - packages/fpm.git/blame - tmppath.patch
- release 2 (by relup.sh)
[packages/fpm.git] / tmppath.patch
CommitLineData
02e40175
ER
1attributes[:workdir] is empty when invoked via fpm-cookery
2just rely on os value, don't define at all
3
4--- ./lib/fpm/package/rpm.rb~ 2015-08-10 23:07:09.000000000 +0300
5+++ ./lib/fpm/package/rpm.rb 2015-08-21 17:11:59.163252070 +0300
6@@ -423,7 +423,7 @@
7 "--define", "_topdir #{build_path}",
8 "--define", "_sourcedir #{build_path}",
9 "--define", "_rpmdir #{build_path}/RPMS",
10- "--define", "_tmppath #{attributes[:workdir]}"
11+# "--define", "_tmppath #{attributes[:workdir]}"
12 ]
13
14 args += ["--sign"] if attributes[:rpm_sign?]
This page took 0.14404 seconds and 4 git commands to generate.