]> git.pld-linux.org Git - packages/apache1-mod_suid.git/commitdiff
- fix wrong sysconfdir; rel 3 auto/ac/apache1-mod_suid-1_1-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Dec 2005 20:58:47 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_suid.spec -> 1.11

apache1-mod_suid.spec

index 4a5a8bf9b9ba7f367cfc252b00be7918a155c34a..b5eac562ddb98289aaa5419841511b355d0235c2 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Apache module: execution of scripts under their own uids
 Summary(pl):   Modu³ do apache: wykonywanie skryptów pod wskazanym uidem
 Name:          apache1-mod_%{mod_name}
 Version:       1.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://www.jdimedia.nl/igmar/mod_%{mod_name}/files/mod_%{mod_name}-%{version}.tar.gz
@@ -18,7 +18,8 @@ Requires:     apache1 >= 1.3.33-2
 Obsoletes:     apache-mod_%{mod_name} <= %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
+%define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR 2>/dev/null)
 
 %description
 Apache module: execution of scripts under their own uids per-vhost.
This page took 0.06215 seconds and 4 git commands to generate.