]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- update htpasswd file path
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Feb 2006 14:37:43 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapp.spec -> 1.38

webapp.spec

index 5bfde5b85fad5d342185bb831c09333084e6615c..228e29b5faa5bdb0f9c92b91e39db3f8e292818e 100644 (file)
@@ -41,6 +41,7 @@ EOF
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
+#install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
 
 #install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 install config.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
@@ -82,6 +83,8 @@ for i in config.inc.php; do
                mv -f /etc/%{name}/$i.rpmsave %{_sysconfdir}/$i
        fi
 done
+# update htpasswd path
+#sed -i -e 's,/etc/%{name},%{_webapps}/%{_webapp},' %{_webapps}/%{_webapp}/{apache,httpd}.conf
 
 # nuke very-old config location (this mostly for Ra)
 if [ -f /etc/httpd/httpd.conf ]; then
This page took 0.066481 seconds and 4 git commands to generate.