]> git.pld-linux.org Git - packages/pam.git/commitdiff
- release 4 auto/ac/pam-0_79_1-4
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Jun 2005 11:12:32 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed library location

Changed files:
    pam.spec -> 1.215

pam.spec

index fa4357c44b607eb96d70dffb8569d68f102895cd..dcadc2e2f1068bb6472e2e0ea2d1fd2d03bf37f6 100644 (file)
--- a/pam.spec
+++ b/pam.spec
@@ -20,7 +20,7 @@ Summary(tr):  Mod
 Summary(uk):   ¶ÎÓÔÒÕÍÅÎÔ, ÝÏ ÚÁÂÅÚÐÅÞÕ¤ ÁÕÔÅÎÔÉƦËÁæÀ ÄÌÑ ÐÒÏÇÒÁÍ
 Name:          pam
 Version:       0.79.1
-Release:       3
+Release:       4
 Epoch:         0
 License:       GPL or BSD
 Group:         Base
@@ -261,6 +261,7 @@ Modu
 
 %build
 find . -name Makefile.am | xargs %{__perl} -pi -e 's#modulesdir.*=.*\@prefix\@/lib#modulesdir = \@libdir\@#g'
+find . -name Makefile.am | xargs %{__perl} -pi -e 's#pammodutildir.*=.*\@prefix\@/lib#pammodutildir = \@libdir\@#g'
 find . -type f | xargs %{__perl} -pi -e 's#/lib/security#/%{_lib}/security#g'
 %{__libtoolize}
 %{__aclocal}
This page took 0.037642 seconds and 4 git commands to generate.