Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/Makefile

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

revision 2690 by niro, Fri Dec 11 12:32:29 2015 UTC revision 2691 by niro, Fri Dec 11 12:48:41 2015 UTC
# Line 21  install: install-client install-control Line 21  install: install-client install-control
21  install-client: all  install-client: all
22    
23  install-control: all  install-control: all
24   $(INSTALL) -d $(DESTDIR)/usr/sbin   $(INSTALL) -d $(DESTDIR)/$(SBINDIR)
25   $(INSTALL) -m0755 mcore-pxeconfig $(DESTDIR)/usr/sbin   $(INSTALL) -m0755 mcore-pxeconfig $(DESTDIR)/$(SBINDIR)
26   $(INSTALL) -m0755 mcore-pxeconfig-cron $(DESTDIR)/usr/sbin   $(INSTALL) -m0755 mcore-pxeconfig-cron $(DESTDIR)/$(SBINDIR)
27   $(INSTALL) -d $(DESTDIR)/$(TFTP_DIRECTORY)/lpxelinux-skeleton   $(INSTALL) -d $(DESTDIR)/$(TFTP_DIRECTORY)/lpxelinux-skeleton
28    
29  clean: $(CLEANDIRS)  clean: $(CLEANDIRS)

Legend:
Removed from v.2690  
changed lines
  Added in v.2691