]> git.pld-linux.org Git - packages/apache1-mod_accounting.git/commitdiff
- fixed apxs path
authormarcus <marcus@pld-linux.org>
Tue, 7 May 2002 22:06:55 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_accounting.spec -> 1.10

apache1-mod_accounting.spec

index e3da719f62e38f38f38715499605040563490533..831beafdad62299261c4dcf7ee6b57121f97c85b 100644 (file)
@@ -1,5 +1,5 @@
 %define                mod_name        accounting
-%define        apxs            /usr/sbin/apxs
+%define        apxs            %{_sbindir}/apxs
 Summary:       Apache module: record traffic statistics into a database
 Summary(pl):   Modu³ do apache: zapisuje statystyki ruchu do bazy danych
 Name:          apache-mod_%{mod_name}
@@ -33,6 +33,7 @@ przychodz
 %setup -q -n mod_%{mod_name}-%{version}
 
 %build
+PATH=$PATH:%{_sbindir}
 %{__make}
 
 %install
This page took 0.065105 seconds and 4 git commands to generate.