Magellan Linux

Diff of /alx-src/tags/alxconf-0_6_12/Makefile

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

revision 2473 by niro, Mon Jun 27 15:14:30 2011 UTC revision 3391 by niro, Wed Mar 28 15:04:52 2012 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)/$(libdir)/plugins/rdesktop
30   install -d -m 0755 $(DESTDIR)/$(sbindir)   install -d -m 0755 $(DESTDIR)/$(sbindir)
31   install -d -m 0755 $(DESTDIR)/$(bindir)   install -d -m 0755 $(DESTDIR)/$(bindir)
32    
33  install-files:  install-files:
34   install -m 0755 bin/update-alx.sh $(DESTDIR)$(sbindir)/update-alx   install -m 0755 bin/update-alx.sh $(DESTDIR)$(sbindir)/update-alx
35     install -m 0755 bin/alx-hwdetection.sh $(DESTDIR)$(sbindir)/alx-hwdetection
36   install -m 0755 bin/txt2html.sh $(DESTDIR)$(bindir)/txt2html   install -m 0755 bin/txt2html.sh $(DESTDIR)$(bindir)/txt2html
37    
38   # inits   # inits
# Line 49  install-files: Line 55  install-files:
55   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions
56   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions
57   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common
58     install -m 0644 functions/config_plugins.sh $(DESTDIR)$(libdir)/functions/config_plugins
59    
60   # configs   # configs
61   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)
# Line 62  install-files: Line 69  install-files:
69   install -m 0644 skel/net/* $(DESTDIR)$(alxconfdir)/skel/net/   install -m 0644 skel/net/* $(DESTDIR)$(alxconfdir)/skel/net/
70   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/
71    
72     # plugins
73     install -m 0755 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal/
74     install -m 0755 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox/
75     install -m 0755 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer/
76     install -m 0755 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial/
77     install -m 0755 plugins/rdesktop/plugin.sh $(DESTDIR)/$(libdir)/plugins/rdesktop/
78    
79  install: create-dirs install-files  install: create-dirs install-files
80    
81  .PHONY: all install  .PHONY: all install

Legend:
Removed from v.2473  
changed lines
  Added in v.3391