]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- apxs doesn't make pkglibdir, do it here
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Dec 2005 14:24:25 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.spec -> 1.35

apache-mod_jk.spec

index aa43e8a88fa621e44791de2a2fa6da06ae29d6ac..14c99888044d482acd1fe29931db564401bba65c 100644 (file)
@@ -55,7 +55,7 @@ cd jk/native
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd.conf,/var/{lock/mod_jk,log/httpd}}
+install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf,/var/{lock/mod_jk,log/httpd}}
 
 %{__make} -C jk/native install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.161559 seconds and 4 git commands to generate.