Magellan Linux

Diff of /smage/trunk/deprecated/novnc/novnc-1.0.0-r1.smage2

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

revision 12882 by niro, Wed Nov 14 13:27:14 2018 UTC revision 12883 by niro, Wed Nov 14 13:28:33 2018 UTC
# Line 55  src_install() Line 55  src_install()
55    
56   # install apache config   # install apache config
57   local APACHE_SYSCONFDIR=$(apxs -q sysconfdir)   local APACHE_SYSCONFDIR=$(apxs -q sysconfdir)
58   minstalldir $(APACHE_SYSCONFDIR) || die   minstalldir ${APACHE_SYSCONFDIR} || die
59   minstalldir $(APACHE_SYSCONFDIR)/modules.d || die   minstalldir ${APACHE_SYSCONFDIR}/modules.d || die
60   minstallfile -s novnc-apache.conf $(APACHE_SYSCONFDIR)/modules.d/novnc.conf || die   minstallfile -s novnc-apache.conf ${APACHE_SYSCONFDIR}/modules.d/novnc.conf || die
61  }  }

Legend:
Removed from v.12882  
changed lines
  Added in v.12883