mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02: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:
@@ -48,8 +48,8 @@ all: $(RLM_MODULES)
|
||||
install: all
|
||||
mkdir -p $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell
|
||||
cp $(RLM_MODULES) $(DESTDIR)$(prefix)/@RD_LIB_PATH@/rivendell/
|
||||
mkdir -p $(headerdir)
|
||||
cp rlm.h $(headerdir)
|
||||
mkdir -p $(DESTDIR)$(headerdir)
|
||||
cp rlm.h $(DESTDIR)$(headerdir)
|
||||
|
||||
headerdir = $(includedir)/rlm
|
||||
header_HEADERS = rlm.h
|
||||
|
Reference in New Issue
Block a user