Magellan Linux

Diff of /alx-src/branches/alxconf-060/Makefile

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

revision 2462 by niro, Mon Jun 27 12:54:29 2011 UTC revision 2751 by niro, Thu Aug 11 19:58:09 2011 UTC
# Line 22  create-dirs: Line 22  create-dirs:
22   install -d -m 0755 $(DESTDIR)/$(sysconfdir)/conf.d/hwsetup   install -d -m 0755 $(DESTDIR)/$(sysconfdir)/conf.d/hwsetup
23   install -d -m 0755 $(DESTDIR)/$(libdir)/functions   install -d -m 0755 $(DESTDIR)/$(libdir)/functions
24   install -d -m 0755 $(DESTDIR)/$(libdir)/bin   install -d -m 0755 $(DESTDIR)/$(libdir)/bin
25     install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/terminal
26     install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/firefox
27     install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/flashplayer
28     install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/remserial
29   install -d -m 0755 $(DESTDIR)/$(sbindir)   install -d -m 0755 $(DESTDIR)/$(sbindir)
30   install -d -m 0755 $(DESTDIR)/$(bindir)   install -d -m 0755 $(DESTDIR)/$(bindir)
31    
32  install-files:  install-files:
33   install -m 0755 bin/update-alx.sh $(DESTDIR)$(sbindir)/update-alx   install -m 0755 bin/update-alx.sh $(DESTDIR)$(sbindir)/update-alx
34     install -m 0755 bin/alx-hwdetection.sh $(DESTDIR)$(sbindir)/alx-hwdetection
35   install -m 0755 bin/txt2html.sh $(DESTDIR)$(bindir)/txt2html   install -m 0755 bin/txt2html.sh $(DESTDIR)$(bindir)/txt2html
36    
37   # inits   # inits
# Line 55  install-files: Line 60  install-files:
60   install -m 0644 conf/unsupported-netcard-drivers $(DESTDIR)$(sysconfdir)/conf.d/hwsetup || die   install -m 0644 conf/unsupported-netcard-drivers $(DESTDIR)$(sysconfdir)/conf.d/hwsetup || die
61    
62   # icons   # icons
63   install -m 0644 icons/default.png $(DESTDIR)$(alxconfdir)/ica-sessions/icons/   install -m 0644 icons/* $(DESTDIR)$(alxconfdir)/ica-sessions/icons/
  install -m 0644 icons/default_item.png $(DESTDIR)$(alxconfdir)/ica-sessions/icons/  
  install -m 0644 icons/sysinfo.png $(DESTDIR)$(alxconfdir)/ica-sessions/icons/  
64    
65   # skeletons   # skeletons
66   install -m 0644 skel/fluxbox/* $(DESTDIR)$(alxconfdir)/skel/fluxbox/   install -m 0644 skel/fluxbox/* $(DESTDIR)$(alxconfdir)/skel/fluxbox/
67   install -m 0644 skel/net/* $(DESTDIR)$(alxconfdir)/skel/net/   install -m 0644 skel/net/* $(DESTDIR)$(alxconfdir)/skel/net/
68   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/
69    
70  install: create-dirs \   # plugins
71   install-files \   install -m 0644 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal
72     install -m 0644 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox
73     install -m 0644 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer
74     install -m 0644 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial
75    
76    install: create-dirs install-files
77    
78  .PHONY: all install  .PHONY: all install

Legend:
Removed from v.2462  
changed lines
  Added in v.2751