]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
openldap: Fix typo in nm file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 13 Jan 2013 19:32:45 +0000 (20:32 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 13 Jan 2013 19:32:45 +0000 (20:32 +0100)
openldap/openldap.nm

index f6979d39507e2c1b2e4d1d601e6f338c04e79dfe..8d054b3b2ab790b8aa83b959a39a650eb7918cd6 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = openldap
 version    = 2.4.32
-release    = 2
+release    = 3
 
 groups     = System/Daemons
 url        = http://www.openldap.org/
@@ -82,7 +82,7 @@ build
 
                # Create directoires.
                mkdir -pv %{BUILDROOT}%{sysconfdir}/%{name}/slapd.d
-               mkdir -pv %{BUILDROOT}%{localstatedir}/%{name}
+               mkdir -pv %{BUILDROOT}/run/%{name}
                mkdir -pv %{BUILDROOT}%{sharedstatedir}/ldap
 
                # Fix permissions and ownerships.