Browse Source

bin: fix installation when compiling for macOS with the VLC executable disabled

pull/64/merge
Felix Paul Kühne 8 years ago
parent
commit
9e12a2ca6e
  1. 2
      bin/Makefile.am

2
bin/Makefile.am

@ -130,10 +130,12 @@ endif
MOSTLYCLEANFILES = $(noinst_DATA)
if HAVE_OSX
if BUILD_VLC
install-data-local:
cd $(bindir); mv vlc-osx vlc
endif
endif
.PHONY: ../modules/plugins.dat

Loading…
Cancel
Save