mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
autogen: Don't fail when config.status doesn't exist
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
||||
touch config.rpath
|
||||
|
||||
# Make makefiles.
|
||||
rm config.status
|
||||
rm -f config.status
|
||||
intltoolize --automake --copy --force
|
||||
perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in
|
||||
perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' po/Makefile.in.in
|
||||
|
||||
Reference in New Issue
Block a user