--- trunk/installer-simple/Makefile 2014/01/08 14:49:49 2504 +++ trunk/installer-simple/Makefile 2014/01/08 15:06:32 2508 @@ -15,6 +15,7 @@ VERSION = $(shell $(CAT) VERSION) SYSTEMDUNITDIR = $(shell $(PKGCONFIG) --variable=systemdsystemunitdir systemd) INSTALLER_TTY = tty1 +LOCALE = all: $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \ @@ -24,6 +25,7 @@ > bin/installer.sh $(SED) -e 's:%INSTALLER_TTY%:$(INSTALLER_TTY):g' \ -e 's:%BINDIR%:$(BINDIR):g' \ + -e 's:%LOCALE%:$(LOCALE):g' \ systemd/installer.service.in \ > systemd/installer.service