--- trunk/installer-simple/Makefile 2014/01/07 15:35:05 2464 +++ trunk/installer-simple/Makefile 2014/01/07 20:46:04 2465 @@ -16,16 +16,12 @@ SYSTEMDUNITDIR = $(shell $(PKGCONFIG) --variable=systemdsystemunitdir systemd) INSTALLER_TTY = tty1 -all: bin/installer.sh systemd/installer.service - -bin/installer.sh: +all: $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \ -e 's:%LIBDIR%:$(LIBDIR):g' \ -e 's:%SYSCONFDIR%:$(SYSCONFDIR):g' \ bin/installer.sh.in \ > bin/installer.sh - -systemd/installer.service: $(SED) -e 's:%INSTALLER_TTY%:$(INSTALLER_TTY):g' \ -e 's:%BINDIR%:$(BINDIR):g' \ systemd/installer.service.in \