]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/commitdiff
- add full path to apxs in %build.
authorkloczek <kloczek@pld-linux.org>
Wed, 19 Dec 2001 00:12:15 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_throttle.spec -> 1.4

apache1-mod_throttle.spec

index b973b09c507d4d2a1da0abf23bc8a90052765082..5b0a7718867baa87769a102026cd004ee5488116 100644 (file)
@@ -34,7 +34,7 @@ Descompress
 %setup -q -n mod_throttle-%{version}
 
 %build
-apxs -D SUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
+/usr/sbin/apxs -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
 # to don't bother about ssi counter inside
 mv index.shtml index.html
 
This page took 0.078999 seconds and 4 git commands to generate.