update setverion script to use mktemp rather than tempfile as eno/fedora doesn't like it
This commit is contained in:
parent
2a7d789514
commit
51cd7217d2
@ -33,7 +33,7 @@ echo "GMPXX-soname-$LIBGMPXX_LT_CURRENT.$LIBGMPXX_LT_REVISION.$LIBGMPXX_LT_AGE"
|
||||
##############################################################
|
||||
|
||||
VERSION_STR=$VERSION.$VERSION_MINOR.$VERSION_PATCHLEVEL
|
||||
TMPFILE=$(tempfile)
|
||||
TMPFILE=$(mktemp mpir.XXXXXX)
|
||||
|
||||
#update gmp-h.in
|
||||
cat ../gmp-h.in \
|
||||
|
Loading…
Reference in New Issue
Block a user