Magellan Linux

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

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

revision 2051 by niro, Wed Nov 9 13:40:20 2011 UTC revision 2052 by niro, Wed May 8 11:20:11 2013 UTC
# Line 18  SED = sed -i Line 18  SED = sed -i
18  GLOBAL_CLASSES = daemon hwdetection sessionauth  GLOBAL_CLASSES = daemon hwdetection sessionauth
19  CLIENT_CLASSES = boot citrix fluxbox graphic hardware input mage network printing system vnc  CLIENT_CLASSES = boot citrix fluxbox graphic hardware input mage network printing system vnc
20    
21  install:  install-client-daemon:
22   $(INSTALL) -d $(DESTDIR)/$(ETCDIR)/mcore   $(INSTALL) -d $(DESTDIR)/$(ETCDIR)/mcore
23   $(INSTALL) -d $(DESTDIR)/$(ETCDIR)/conf.d   $(INSTALL) -d $(DESTDIR)/$(ETCDIR)/conf.d
24   $(INSTALL) -d $(DESTDIR)/$(RCINITDIR)   $(INSTALL) -d $(DESTDIR)/$(RCINITDIR)
# Line 57  install: Line 57  install:
57   daemon/client/include/$${class}.client.class \   daemon/client/include/$${class}.client.class \
58   $(DESTDIR)/$(MCLIBDIR)/include/; \   $(DESTDIR)/$(MCLIBDIR)/include/; \
59   done   done
60     $(INSTALL) -m0644 VERSION $(DESTDIR)/${MCLIBDIR}/VERSION
61    

Legend:
Removed from v.2051  
changed lines
  Added in v.2052