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/0103-acl | |
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/0103-acl')
-rw-r--r-- | recipe.d/0103-acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0103-acl b/recipe.d/0103-acl index 000ad52..08959fe 100644 --- a/recipe.d/0103-acl +++ b/recipe.d/0103-acl @@ -5,7 +5,7 @@ mcd $BUILDDIR/acl rsync -av $SRC/acl-*/ ./ touch .census -./configure $TCONFIGARGS --libexecdir=/usr/lib +./configure $TCONFIGARGS --libexecdir=/usr/lib${SUFFIX} make $J LIBTOOL="libtool --tag=CC" make $J install make $J install-dev |