]> git.pld-linux.org Git - packages/apache-mod_authn_pam.git/commitdiff
- %install should begin with rm -rf $RPM_BUILD_ROOT; unified %install a little
authorsparky <sparky@pld-linux.org>
Sun, 6 Feb 2011 17:35:28 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_authn_pam.spec -> 1.6

apache-mod_authn_pam.spec

index da1411b9f974716235499262a90f88239604ba9e..06bbdd0cc4917e306d07cec877b8342f02548c12 100644 (file)
@@ -52,10 +52,10 @@ cd src
 %{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.la -lpam
 
 %install
-cd src
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_pkglibdir},/etc/pam.d,%{_sysconfdir}/httpd.conf}
 
+cd src
 install .libs/mod_*.so $RPM_BUILD_ROOT%{_pkglibdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/52_mod_authn_pam.conf
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/httpd
This page took 0.102232 seconds and 4 git commands to generate.