Magellan Linux

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

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

revision 2751 by niro, Thu Aug 11 19:58:09 2011 UTC revision 6746 by niro, Thu Jul 16 15:00:16 2015 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 33  install-files: Line 37  install-files:
37   install -m 0755 bin/update-alx.sh $(DESTDIR)$(sbindir)/update-alx   install -m 0755 bin/update-alx.sh $(DESTDIR)$(sbindir)/update-alx
38   install -m 0755 bin/alx-hwdetection.sh $(DESTDIR)$(sbindir)/alx-hwdetection   install -m 0755 bin/alx-hwdetection.sh $(DESTDIR)$(sbindir)/alx-hwdetection
39   install -m 0755 bin/txt2html.sh $(DESTDIR)$(bindir)/txt2html   install -m 0755 bin/txt2html.sh $(DESTDIR)$(bindir)/txt2html
40     install -m 0755 bin/wfica-launcher.sh $(DESTDIR)$(bindir)/wfica-launcher
41     install -m 0755 bin/storefront-resolver.sh $(DESTDIR)$(bindir)/storefront-resolver
42    
43   # inits   # inits
44   install -m 0755 init.d/alxsetstate $(DESTDIR)$(sysconfdir)/rc.d/init.d/   install -m 0755 init.d/alxsetstate $(DESTDIR)$(sysconfdir)/rc.d/init.d/
# Line 54  install-files: Line 60  install-files:
60   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions   install -m 0644 functions/mysqlfunctions $(DESTDIR)$(libdir)/functions/mysqlfunctions
61   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions   install -m 0644 functions/serial_functions.sh $(DESTDIR)$(libdir)/functions/serial_functions
62   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common   install -m 0644 functions/common.sh $(DESTDIR)$(libdir)/functions/common
63     install -m 0644 functions/config_plugins.sh $(DESTDIR)$(libdir)/functions/config_plugins
64    
65   # configs   # configs
66   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)   install -m 0644 conf/config.rc $(DESTDIR)$(alxconfdir)
67     install -m 0644 conf/storefront.rc $(DESTDIR)$(alxconfdir)
68   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
69    
70   # icons   # icons
# Line 68  install-files: Line 76  install-files:
76   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/   install -m 0644 skel/slim/* $(DESTDIR)$(alxconfdir)/skel/slim/
77    
78   # plugins   # plugins
79   install -m 0644 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal   install -m 0755 plugins/terminal/plugin.sh $(DESTDIR)/$(libdir)/plugins/terminal/
80   install -m 0644 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox   install -m 0755 plugins/firefox/plugin.sh $(DESTDIR)/$(libdir)/plugins/firefox/
81   install -m 0644 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer   install -m 0755 plugins/flashplayer/plugin.sh $(DESTDIR)/$(libdir)/plugins/flashplayer/
82   install -m 0644 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial   install -m 0755 plugins/remserial/plugin.sh $(DESTDIR)/$(libdir)/plugins/remserial/
83     install -m 0755 plugins/rdesktop/plugin.sh $(DESTDIR)/$(libdir)/plugins/rdesktop/
84     install -m 0755 plugins/usbip/plugin.sh $(DESTDIR)/$(libdir)/plugins/usbip/
85     install -m 0755 plugins/egk_scm/plugin.sh $(DESTDIR)/$(libdir)/plugins/egk_scm/
86     install -m 0755 plugins/citrix_spe/plugin.sh $(DESTDIR)/$(libdir)/plugins/citrix_spe/
87    
88  install: create-dirs install-files  install: create-dirs install-files
89    

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