mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 06:40:11 +01:00
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'icons/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'rlm/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'scripts/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'xdg/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'rdselect/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'web/rdxport/Makefile.am' that broke the 'make install' rule when using DESTDIR. * Fixed a bug in 'configure.ac' that cause an incorrect VERSION string to be generated.
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
install-exec-local:
|
||||
mkdir -p /etc/X11/xinit/xinitrc.d
|
||||
cp start-rdmonitor.sh /etc/X11/xinit/xinitrc.d/
|
||||
mkdir -p $(DESTDIR)/etc/X11/xinit/xinitrc.d
|
||||
cp start-rdmonitor.sh $(DESTDIR)/etc/X11/xinit/xinitrc.d/
|
||||
|
||||
uninstall-local:
|
||||
rm -f /etc/X11/xinit/xinitrc.d/start-rdmonitor.sh
|
||||
rm -f $(DESTDIR)/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh
|
||||
|
||||
bin_SCRIPTS = crc-unity4k.sh\
|
||||
rd_audio_sync\
|
||||
|
||||
Reference in New Issue
Block a user