mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +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:
@@ -68,7 +68,7 @@ maintainer-clean-local:
|
||||
rm -rf m4
|
||||
|
||||
install-exec-local:
|
||||
./install-init.sh $(DESTDIR)$(prefix)
|
||||
./install-init.sh $(DESTDIR)$(prefix) $(DESTDIR)
|
||||
|
||||
install-debian:
|
||||
touch ./building-debian
|
||||
@@ -76,9 +76,9 @@ install-debian:
|
||||
rm -f ./building-debian
|
||||
|
||||
uninstall-exec:
|
||||
rm -f /etc/init.d/rdrepld
|
||||
rm -f /etc/init.d/rivendell
|
||||
rm -f /etc/sysconfig/rivendell
|
||||
rm -f $(DESTDIR)/etc/init.d/rdrepld
|
||||
rm -f $(DESTDIR)/etc/init.d/rivendell
|
||||
rm -f $(DESTDIR)/etc/sysconfig/rivendell
|
||||
|
||||
rpm: dist
|
||||
cp rivendell-$(VERSION).tar.gz $(RPM_ROOT)/SOURCES/
|
||||
|
Reference in New Issue
Block a user