Magellan Linux

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

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

revision 2624 by niro, Thu Jul 7 13:20:51 2011 UTC revision 3471 by niro, Fri Apr 13 18:05:50 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)/$(libdir)/plugins/usbip
31     install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/egk-scm
32   install -d -m 0755 $(DESTDIR)/$(sbindir)   install -d -m 0755 $(DESTDIR)/$(sbindir)
33   install -d -m 0755 $(DESTDIR)/$(bindir)   install -d -m 0755 $(DESTDIR)/$(bindir)
34    
# Line 50  install-files: Line 57  install-files:
57   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions
58   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions
59   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common
60     install -m 0644 functions/config_plugins.sh $(DESTDIR)$(libdir)/functions/config_plugins
61    
62   # configs   # configs
63   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)
# Line 63  install-files: Line 71  install-files:
71   install -m 0644 skel/net/* $(DESTDIR)$(alxconfdir)/skel/net/   install -m 0644 skel/net/* $(DESTDIR)$(alxconfdir)/skel/net/
72   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/
73    
74     # plugins
75     install -m 0755 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal/
76     install -m 0755 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox/
77     install -m 0755 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer/
78     install -m 0755 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial/
79     install -m 0755 plugins/rdesktop/plugin.sh $(DESTDIR)/$(libdir)/plugins/rdesktop/
80     install -m 0755 plugins/usbip/plugin.sh $(DESTDIR)/$(libdir)/plugins/usbip/
81     install -m 0755 plugins/egk-scm/plugin.sh $(DESTDIR)/$(libdir)/plugins/egk-scm/
82    
83  install: create-dirs install-files  install: create-dirs install-files
84    
85  .PHONY: all install  .PHONY: all install

Legend:
Removed from v.2624  
changed lines
  Added in v.3471