Magellan Linux

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

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

revision 2448 by niro, Tue Jan 7 14:58:49 2014 UTC revision 2450 by niro, Tue Jan 7 15:01:30 2014 UTC
# Line 34  create-dirs: Line 34  create-dirs:
34  install-files:  install-files:
35   $(INSTALL) -m 0644 conf/installer.conf $(DESTDIR)$(SYSCONFDIR)   $(INSTALL) -m 0644 conf/installer.conf $(DESTDIR)$(SYSCONFDIR)
36   $(INSTALL) -m 0755 bin/installer.sh $(DESTDIR)$(BINDIR)/installer   $(INSTALL) -m 0755 bin/installer.sh $(DESTDIR)$(BINDIR)/installer
37     $(INSTALL) -m 0644 functions/common.sh $(DESTDIR)$(LIBDIR)/functions/
38     $(INSTALL) -m 0644 functions/common-dialogs.sh $(DESTDIR)$(LIBDIR)/functions/
39     $(INSTALL) -m 0644 functions/installer-dialogs.sh $(DESTDIR)$(LIBDIR)/functions/
40   $(INSTALL) -m 0644 functions/hwdetection.sh $(DESTDIR)$(LIBDIR)/functions/   $(INSTALL) -m 0644 functions/hwdetection.sh $(DESTDIR)$(LIBDIR)/functions/
41     $(INSTALL) -m 0644 functions/bootloader.sh $(DESTDIR)$(LIBDIR)/functions/
42     $(INSTALL) -m 0644 functions/grub.sh $(DESTDIR)$(LIBDIR)/functions/
43     $(INSTALL) -m 0644 functions/grub2.sh $(DESTDIR)$(LIBDIR)/functions/
44     $(INSTALL) -m 0644 functions/initrd-tools.sh $(DESTDIR)$(LIBDIR)/functions/
45     $(INSTALL) -m 0644 functions/dracut.sh $(DESTDIR)$(LIBDIR)/functions/
46     $(INSTALL) -m 0644 functions/mkinitrd.sh $(DESTDIR)$(LIBDIR)/functions/
47    
48  install-systemd:  install-systemd:
49   $(INSTALL) -d $(DESTDIR)/$(SYSTEMDUNITDIR)   $(INSTALL) -d $(DESTDIR)/$(SYSTEMDUNITDIR)
# Line 50  pot: locale/installer.pot Line 59  pot: locale/installer.pot
59   generate-po.sh --append-pot functions/common-dialogs.sh installer   generate-po.sh --append-pot functions/common-dialogs.sh installer
60   generate-po.sh --append-pot functions/installer-dialogs.sh installer   generate-po.sh --append-pot functions/installer-dialogs.sh installer
61   generate-po.sh --append-pot functions/hwdetection.sh installer   generate-po.sh --append-pot functions/hwdetection.sh installer
62     generate-po.sh --append-pot functions/bootloader.sh installer
63     generate-po.sh --append-pot functions/grub.sh installer
64     generate-po.sh --append-pot functions/grub2.sh installer
65     generate-po.sh --append-pot functions/initrd-tools.sh installer
66     generate-po.sh --append-pot functions/dracut.sh installer
67     generate-po.sh --append-pot functions/mkinitrd.sh installer
68   generate-po.sh --generate bin/installer.sh.in installer   generate-po.sh --generate bin/installer.sh.in installer
69  install-mo: locale/installer.pot  install-mo: locale/installer.pot
70   DESTDIR=$(DESTDIR) generate-po.sh --compile bin/installer.sh.in installer   DESTDIR=$(DESTDIR) generate-po.sh --compile bin/installer.sh.in installer

Legend:
Removed from v.2448  
changed lines
  Added in v.2450