mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
configure: Make generated files read-only.
Some of the generated files anyway.
This commit is contained in:
@@ -1308,11 +1308,11 @@ dnl Produce output files.
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
dnl http://www.mail-archive.com/automake@gnu.org/msg10204.html
|
||||
AC_CONFIG_FILES([appliance/libguestfs-make-fixed-appliance],
|
||||
[chmod +x appliance/libguestfs-make-fixed-appliance])
|
||||
[chmod +x,-w appliance/libguestfs-make-fixed-appliance])
|
||||
AC_CONFIG_FILES([podwrapper.sh],
|
||||
[chmod +x podwrapper.sh])
|
||||
[chmod +x,-w podwrapper.sh])
|
||||
AC_CONFIG_FILES([run],
|
||||
[chmod +x run])
|
||||
[chmod +x,-w run])
|
||||
AC_CONFIG_FILES([Makefile
|
||||
align/Makefile
|
||||
appliance/Makefile
|
||||
|
||||
Reference in New Issue
Block a user