Magellan Linux

Diff of /tags/installer-simple-0_4_90_20140108_4/Makefile

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

revision 2453 by niro, Tue Jan 7 15:05:35 2014 UTC revision 2465 by niro, Tue Jan 7 20:46:04 2014 UTC
# Line 19  INSTALLER_TTY = tty1 Line 19  INSTALLER_TTY = tty1
19  all:  all:
20   $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \   $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \
21   -e 's:%LIBDIR%:$(LIBDIR):g' \   -e 's:%LIBDIR%:$(LIBDIR):g' \
22     -e 's:%SYSCONFDIR%:$(SYSCONFDIR):g' \
23   bin/installer.sh.in \   bin/installer.sh.in \
24   > bin/installer.sh   > bin/installer.sh
25   $(SED) -e 's:%INSTALLER_TTY%:$(INSTALLER_TTY):g'  \   $(SED) -e 's:%INSTALLER_TTY%:$(INSTALLER_TTY):g' \
26   -e 's:%BINDIR%:$(BINDIR):g'  \   -e 's:%BINDIR%:$(BINDIR):g' \
27   systemd/installer.service.in \   systemd/installer.service.in \
28   > systemd/installer.service   > systemd/installer.service
29    
# Line 51  install-systemd: Line 52  install-systemd:
52   $(INSTALL) -m 0644 systemd/mnt-cdrom.mount $(DESTDIR)/$(SYSTEMDUNITDIR)   $(INSTALL) -m 0644 systemd/mnt-cdrom.mount $(DESTDIR)/$(SYSTEMDUNITDIR)
53   $(LN_S) ../mnt-cdrom.mount $(DESTDIR)/$(SYSTEMDUNITDIR)/local-fs.target.wants/mnt-cdrom.mount   $(LN_S) ../mnt-cdrom.mount $(DESTDIR)/$(SYSTEMDUNITDIR)/local-fs.target.wants/mnt-cdrom.mount
54    
55  install: create-dirs install-files install-systemd  install: create-dirs install-files install-systemd install-mo
56    
57  pot: locale/installer.pot  pot: locale/installer.pot
58   generate-po.sh --create-pot bin/installer.sh.in installer   generate-po.sh --create-pot bin/installer.sh.in installer

Legend:
Removed from v.2453  
changed lines
  Added in v.2465