Magellan Linux

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

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

alx-src/branches/alxconf-060/Makefile revision 2751 by niro, Thu Aug 11 19:58:09 2011 UTC alx-src/tags/alxconf-0_6_6/Makefile revision 4916 by niro, Wed May 29 09:34:12 2013 UTC
# Line 26  create-dirs: Line 26  create-dirs:
26   install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/firefox   install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/firefox
27   install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/flashplayer   install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/flashplayer
28   install -d -m 0755 $(DESTDIR)/$(libdir)/plugins/remserial   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)/$(libdir)/plugins/citrix_spe
33   install -d -m 0755 $(DESTDIR)/$(sbindir)   install -d -m 0755 $(DESTDIR)/$(sbindir)
34   install -d -m 0755 $(DESTDIR)/$(bindir)   install -d -m 0755 $(DESTDIR)/$(bindir)
35    
# Line 54  install-files: Line 58  install-files:
58   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions
59   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions
60   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common
61     install -m 0644 functions/config_plugins.sh $(DESTDIR)$(libdir)/functions/config_plugins
62    
63   # configs   # configs
64   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)
# Line 68  install-files: Line 73  install-files:
73   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/
74    
75   # plugins   # plugins
76   install -m 0644 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal   install -m 0755 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal/
77   install -m 0644 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox   install -m 0755 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox/
78   install -m 0644 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer   install -m 0755 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer/
79   install -m 0644 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial   install -m 0755 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial/
80     install -m 0755 plugins/rdesktop/plugin.sh $(DESTDIR)/$(libdir)/plugins/rdesktop/
81     install -m 0755 plugins/usbip/plugin.sh $(DESTDIR)/$(libdir)/plugins/usbip/
82     install -m 0755 plugins/egk_scm/plugin.sh $(DESTDIR)/$(libdir)/plugins/egk_scm/
83     install -m 0755 plugins/citrix_spe/plugin.sh $(DESTDIR)/$(libdir)/plugins/citrix_spe/
84    
85  install: create-dirs install-files  install: create-dirs install-files
86    

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