mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
autogen: Don't fail when config.status doesn't exist
This commit is contained in:
parent
8ed0d51418
commit
f0cf2665db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user