diff options
author | Al Stone <ahs3@redhat.com> | 2012-11-20 17:48:30 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-11-20 17:48:30 -0700 |
commit | 88ff7cb0723af6e8d7ccebed2836c3e156bd3d94 (patch) | |
tree | 51fbffcef6ee1ee21b267b260224c76e014bb1d5 /recipe.d/0105-pam | |
parent | ffbaa88144e1a9673cfcf022b42c7fd68868395c (diff) | |
download | bootstrap.git.DONOTUSE-88ff7cb0723af6e8d7ccebed2836c3e156bd3d94.tar.gz bootstrap.git.DONOTUSE-88ff7cb0723af6e8d7ccebed2836c3e156bd3d94.tar.xz bootstrap.git.DONOTUSE-88ff7cb0723af6e8d7ccebed2836c3e156bd3d94.zip |
aarch64: first pass at cleaning up remaining /lib64 paths
Signed-off-by: Al Stone <ahs3@redhat.com>
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 \ |