Skip to content

Commit 1aa4e9e

Browse files
committed
buildrpm still failing - debugging
1 parent 92b4c27 commit 1aa4e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/docker/centos7/docker-buildrpm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pkg_path=$(cd $(dirname $0); pwd -P) # location of pkg
2121
TMPDIR='/tmp'
2222
username="builder"
2323
home_dir="$(su - $username; echo $HOME)"
24+
home_dir='/home/builder'
2425
NOW=$(date +'%Y-%m-%d')
2526
BUILDDIR="$HOME/rpmbuild"
2627
VOLMNT="/mnt/rpm"

0 commit comments

Comments
 (0)