diff options
| author | PS <p@0x53.net> | 2026-02-07 11:32:31 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-07 11:32:31 +0100 |
| commit | c31f8338f26ea068c5ba898b21d7ea8b6edd7465 (patch) | |
| tree | f8fa01190f57cc8eff5cd997350bcb991ea16013 /package/targets.mak | |
| parent | d31250fc850b196d2b46b94c82f0538f4b79248c (diff) | |
| download | goetia-s6-linux-init-c31f8338f26ea068c5ba898b21d7ea8b6edd7465.tar.gz goetia-s6-linux-init-c31f8338f26ea068c5ba898b21d7ea8b6edd7465.tar.bz2 goetia-s6-linux-init-c31f8338f26ea068c5ba898b21d7ea8b6edd7465.zip | |
Improve build system and doc
Diffstat (limited to 'package/targets.mak')
| -rw-r--r-- | package/targets.mak | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/package/targets.mak b/package/targets.mak index d70a6ed..440f78a 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -7,12 +7,12 @@ ALL_BINS ::= \ system-shutdown \ INSTALL_BINS ::= \ - $(DESTDIR)$(bindir)/system-init \ - $(DESTDIR)$(bindir)/system-shutdown \ + $(bindir)/system-init \ + $(bindir)/system-shutdown \ SLASHCOMMAND_BINS ::= \ - $(DESTDIR)$(sproot)/command/system-init \ - $(DESTDIR)$(sproot)/command/system-shutdown \ + $(sproot)/command/system-init \ + $(sproot)/command/system-shutdown \ ALL_LIBS ::= \ s6-linux-init/scripts/rc.init \ @@ -33,20 +33,19 @@ ALL_LIBS ::= \ service/system/s6-linux-init-shutdownd/notification-fd \ INSTALL_LIBS ::= \ - $(DESTDIR)$(libdir)/s6-linux-init/scripts/rc.init \ - $(DESTDIR)$(libdir)/s6-linux-init/scripts/rc.shutdown.final \ - $(DESTDIR)$(libdir)/s6-linux-init/scripts/rc.shutdown \ - $(DESTDIR)$(libdir)/service/system/s6-linux-init-runleveld/run \ - $(DESTDIR)$(libdir)/service/system/s6-linux-init-runleveld/notification-fd \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/crash \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR1 \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/finish \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGQUIT \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGINT \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGUSR2 \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGWINCH \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGTERM \ - $(DESTDIR)$(libdir)/service/system/.s6-svscan/SIGPWR \ - $(DESTDIR)$(libdir)/service/system/s6-linux-init-shutdownd/run \ - $(DESTDIR)$(libdir)/service/system/s6-linux-init-shutdownd/notification-fd \ - + $(libdir)/s6-linux-init/scripts/rc.init \ + $(libdir)/s6-linux-init/scripts/rc.shutdown.final \ + $(libdir)/s6-linux-init/scripts/rc.shutdown \ + $(libdir)/service/system/s6-linux-init-runleveld/run \ + $(libdir)/service/system/s6-linux-init-runleveld/notification-fd \ + $(libdir)/service/system/.s6-svscan/crash \ + $(libdir)/service/system/.s6-svscan/SIGUSR1 \ + $(libdir)/service/system/.s6-svscan/finish \ + $(libdir)/service/system/.s6-svscan/SIGQUIT \ + $(libdir)/service/system/.s6-svscan/SIGINT \ + $(libdir)/service/system/.s6-svscan/SIGUSR2 \ + $(libdir)/service/system/.s6-svscan/SIGWINCH \ + $(libdir)/service/system/.s6-svscan/SIGTERM \ + $(libdir)/service/system/.s6-svscan/SIGPWR \ + $(libdir)/service/system/s6-linux-init-shutdownd/run \ + $(libdir)/service/system/s6-linux-init-shutdownd/notification-fd \ |
