Magellan Linux

Diff of /trunk/installer-simple/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2639 by niro, Wed Jan 8 15:06:32 2014 UTC revision 2640 by niro, Wed Apr 2 11:23:56 2014 UTC
# Line 15  PKGCONFIG = pkg-config Line 15  PKGCONFIG = pkg-config
15  VERSION = $(shell $(CAT) VERSION)  VERSION = $(shell $(CAT) VERSION)
16  SYSTEMDUNITDIR = $(shell $(PKGCONFIG) --variable=systemdsystemunitdir systemd)  SYSTEMDUNITDIR = $(shell $(PKGCONFIG) --variable=systemdsystemunitdir systemd)
17  INSTALLER_TTY = tty1  INSTALLER_TTY = tty1
18    INSTALLER_IMAGEROOT = /run/initramfs/live/system
19    INSTALLER_INSTALLROOT = /mnt/magellan
20  LOCALE =  LOCALE =
21    
22  all:  all:
# Line 28  all: Line 30  all:
30   -e 's:%LOCALE%:$(LOCALE):g' \   -e 's:%LOCALE%:$(LOCALE):g' \
31   systemd/installer.service.in \   systemd/installer.service.in \
32   > systemd/installer.service   > systemd/installer.service
33     $(SED) -e 's:%INSTALLER_IMAGEROOT%:$(INSTALLER_IMAGEROOT):g' \
34     -e 's:%INSTALLER_IMAGEROOT%:$(INSTALLER_IMAGEROOT):g' \
35     conf/installer.conf.in \
36     > conf/installer.conf
37    
38  create-dirs:  create-dirs:
39   $(INSTALL) -d -m 0755 $(DESTDIR)/$(SYSCONFDIR)   $(INSTALL) -d -m 0755 $(DESTDIR)/$(SYSCONFDIR)
# Line 77  install-mo: locale/installer.pot Line 83  install-mo: locale/installer.pot
83    
84  clean:  clean:
85   $(RM) -f bin/installer.sh   $(RM) -f bin/installer.sh
86     $(RM) -f conf/installer.conf
87   $(RM) -f systemd/installer.service   $(RM) -f systemd/installer.service
88   $(RM) -f locale/installer.pot.dump   $(RM) -f locale/installer.pot.dump
89   $(RM) -f locale/installer.pot.fixed   $(RM) -f locale/installer.pot.fixed

Legend:
Removed from v.2639  
changed lines
  Added in v.2640