From 88e2bbbaaa6d2f0b3e2e23e4392607e05abf13f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 31 Jan 2008 17:51:46 +0000 Subject: [PATCH] Don't loose our INSTALL --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index 1d1572a63f..07130be0f6 100755 --- a/bootstrap +++ b/bootstrap @@ -126,10 +126,12 @@ set -x # Automake complains if these are not present echo > vlc-config.in mkdir -p intl +cp -f INSTALL INSTALL.svn autoreconf --install --force ${ACLOCAL_ARGS} rm -f po/Makevars.template echo > ABOUT-NLS +mv -f INSTALL.svn INSTALL ## ## files which need to be regenerated -- 2.39.2