Skip to content

Commit 9af6106

Browse files
autobuildmwichmann
authored andcommitted
use $HOME instead of /var for temp files
1 parent 83c9c11 commit 9af6106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ endif
4242
# The rpmrc file translates targets where there are multiple choices per
4343
# architecture. On build, the derived RPM_BUILD_ARCH is given as the target
4444
RCFILELIST="/usr/lib/rpm/rpmrc:./rpmrc"
45-
RPM_TMP_BUILD_DIR=/var/tmp/rpm-build
45+
RPM_TMP_BUILD_DIR=$(HOME)/tmp/rpm-build
4646
# noarch package
4747
#RPM_BUILD_ARCH=$(shell rpm --rcfile ${RCFILELIST} --eval=%{_target_cpu})
4848
#RPM_BINARY_DIR=$(RPM_TMP_BUILD_DIR)/RPMS/$(RPM_BUILD_ARCH)

0 commit comments

Comments
 (0)