Fix for autoreconf overwriting repo files.
This commit is contained in:
parent
dbda20ee8a
commit
feac039bc4
@ -133,6 +133,7 @@ _prepare_config() {
|
||||
if [[ $platform = windows ]]; then :
|
||||
else
|
||||
autoreconf --verbose --install --force 2> >(sed 's/^\([^:]*\):[0-9]\{1,\}: /\1: /')
|
||||
[[ -e .git ]] && git checkout @ -- INSTALL # autoreconf installs a useless INSTALL documentation stub that can overwrite repo docs.
|
||||
fi
|
||||
|
||||
touch "$prefix/out/.prepared"
|
||||
|
Loading…
Reference in New Issue
Block a user