mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 06:13:08 +02:00
tests: only chmod autorun.exe on UNIX
We install win32-software/autorun.exe (as test data for mime scanning) only on UNIX builds, so don't attempt to chmod it on 'make install' unless we're on UNIX.
This commit is contained in:
parent
8bbeb6fd2f
commit
71642ce766
@ -557,6 +557,8 @@ giotypefuncs.c: Makefile
|
|||||||
CLEANFILES += xgen-giosrc.c xgen-gio giotypefuncs.c
|
CLEANFILES += xgen-giosrc.c xgen-gio giotypefuncs.c
|
||||||
|
|
||||||
if ENABLE_INSTALLED_TESTS
|
if ENABLE_INSTALLED_TESTS
|
||||||
|
if OS_UNIX
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(AM_V_at) chmod a+x $(DESTDIR)$(installed_testdir)/x-content/win32-software/autorun.exe
|
$(AM_V_at) chmod a+x $(DESTDIR)$(installed_testdir)/x-content/win32-software/autorun.exe
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user