We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f6b64 commit df0280bCopy full SHA for df0280b
contrib/buildrpm.sh
@@ -94,7 +94,7 @@ echo "--> Found specfile: $specfile"
94
# Find where the top RPM-building directory is
95
#
96
97
-rpmtopdir=${rpmtopdir:-"`grep %_topdir $HOME/.rpmmacros | awk '{ print $2 }'`"}
+rpmtopdir=${rpmtopdir:-$HOME/RPMBUILD}
98
if test "$rpmtopdir" != ""; then
99
rpmbuild_options="$rpmbuild_options --define '_topdir $rpmtopdir'"
100
if test ! -d "$rpmtopdir"; then
0 commit comments