Merge pull request #17 from EuropeanSpallationSource/overwrite-configure-RELEASE

travis: overwrite configure/RELEASE instead of appending to it
This commit is contained in:
Ralph Lange
2020-02-12 16:42:54 +00:00
committed by GitHub

View File

@@ -182,7 +182,7 @@ add_dependency() {
release=$CACHEDIR/$dirname-$TAG/configure/RELEASE
if [ -e $release ]
then
grep -q "include \$(TOP)/../RELEASE.local" $release || echo "-include \$(TOP)/../RELEASE.local" >> $release
echo "-include \$(TOP)/../RELEASE.local" > $release
fi
fi
# run hook