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/0102-attr | |
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/0102-attr')
-rw-r--r-- | recipe.d/0102-attr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe.d/0102-attr b/recipe.d/0102-attr index 757031f..61744f2 100644 --- a/recipe.d/0102-attr +++ b/recipe.d/0102-attr @@ -3,7 +3,7 @@ mcd $BUILDDIR/attr rsync -av $SRC/attr-*/ ./ -./configure $TCONFIGARGS --libexecdir=/usr/lib +./configure $TCONFIGARGS --libexecdir=/usr/lib${SUFFIX} make $J LIBTOOL="libtool --tag=CC" make $J install make $J install-dev |