Skip to content

Commit

Permalink
Don't use the install-autostart target when install target is called.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent fa63055 commit 11277d5
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion platforms/aix/Makefile.in
Expand Up @@ -10,7 +10,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/alpha/Makefile.in
Expand Up @@ -10,7 +10,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd

Expand Down
2 changes: 1 addition & 1 deletion platforms/bsdi/Makefile.in
Expand Up @@ -12,7 +12,7 @@ VPATH = @srcdir@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/freebsd/Makefile.in
Expand Up @@ -13,7 +13,7 @@ SED = /usr/bin/sed

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/gentoo/Makefile.in
Expand Up @@ -12,7 +12,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/hurd/Makefile.in
Expand Up @@ -10,7 +10,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/irix/Makefile.in
Expand Up @@ -10,7 +10,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/mandrake/Makefile.in
Expand Up @@ -10,7 +10,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/openbsd/Makefile.in
Expand Up @@ -13,7 +13,7 @@ SED = /usr/bin/sed

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
6 changes: 2 additions & 4 deletions platforms/packaging/bareos.spec
Expand Up @@ -551,17 +551,15 @@ export MTX=/usr/sbin/mtx

%install
%if 0%{?suse_version}
# work-around for SLE_11
#%%install -d 755 %%{buildroot}%%{_sysconfdir}/init.d
%makeinstall DESTDIR=%{buildroot} install
%makeinstall DESTDIR=%{buildroot} install-autostart
%else
#%%install -d 755 %%{buildroot}%%{_sysconfdir}/rc.d/init.d
make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install-autostart
%endif

install -d -m 755 %{buildroot}/usr/share/applications
install -d -m 755 %{buildroot}/usr/share/pixmaps

install -d -m 755 %{buildroot}%{working_dir}

#Cleaning
Expand Down
2 changes: 1 addition & 1 deletion platforms/redhat/Makefile.in
Expand Up @@ -10,7 +10,7 @@

nothing:

install: install-autostart install_logrotate
install: install_logrotate

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/slackware/Makefile.in
Expand Up @@ -16,7 +16,7 @@

nothing:

install: install-autostart
install:

install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir

Expand Down
2 changes: 1 addition & 1 deletion platforms/solaris/Makefile.in
Expand Up @@ -15,7 +15,7 @@ ALL_INSTALL_TARGETS = install-autostart-fd install-autostart-sd install-autostar

nothing:

install: install-autostart
install:

install-autostart:
@case `uname -r` in \
Expand Down
2 changes: 1 addition & 1 deletion platforms/suse/Makefile.in
Expand Up @@ -11,7 +11,7 @@ FIREWALL_DIR = /etc/sysconfig/SuSEfirewall2.d/services/

nothing:

install: install-autostart install-firewall install_logrotate
install: install-firewall install_logrotate

install_logrotate:
@$(MKDIR) $(DESTDIR)/etc/logrotate.d
Expand Down
2 changes: 1 addition & 1 deletion platforms/systemd/Makefile.in
Expand Up @@ -14,7 +14,7 @@ SYSTEMD_TMPFILES = /etc/tmpfiles.d

nothing:

install: install-dir install-conf install-autostart
install: install-dir install-conf

install-dir:
@$(MKDIR) $(DESTDIR)/$(SYSTEMD_UNITDIR)
Expand Down
4 changes: 2 additions & 2 deletions platforms/unknown/Makefile.in
Expand Up @@ -8,9 +8,9 @@
#
@MCOMMON@

install: install-autostart
install:

all: install-autostart
all:

install-autostart: install-autostart-FD install-autostart-SD install-autostart-DIR

Expand Down

0 comments on commit 11277d5

Please sign in to comment.