diff options
author | Al Stone <ahs3@redhat.com> | 2012-11-23 11:30:19 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-11-23 11:30:19 -0700 |
commit | d06ce0302d8e9264313cf91a34dac7cb03ad60ae (patch) | |
tree | b841650a0ed1539bbf69bd3bbb4d8945137d388c /recipe.d/0105-pam | |
parent | ed70187232271ca91eb7a00b7369a733f1b72752 (diff) | |
parent | 56bc03320a53090fdc98322a39cfbb6d2be4cbe5 (diff) | |
download | bootstrap.git.DONOTUSE-d06ce0302d8e9264313cf91a34dac7cb03ad60ae.tar.gz bootstrap.git.DONOTUSE-d06ce0302d8e9264313cf91a34dac7cb03ad60ae.tar.xz bootstrap.git.DONOTUSE-d06ce0302d8e9264313cf91a34dac7cb03ad60ae.zip |
Merge branch 'aarch64-ahs3'
Diffstat (limited to 'recipe.d/0105-pam')
-rw-r--r-- | recipe.d/0105-pam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0105-pam b/recipe.d/0105-pam index dab92c2..ce1f6de 100644 --- a/recipe.d/0105-pam +++ b/recipe.d/0105-pam @@ -13,7 +13,7 @@ mcd $BUILDDIR/pam rsync -av $SRC/Linux-PAM-*/ ./ ./configure \ - --libdir=/lib \ + --libdir=/lib${SUFFIX} \ --includedir=/usr/include/security \ --disable-prelude \ --disable-selinux \ |