summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease/scripts/proflibs-make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/proflibs-make.sh b/release/scripts/proflibs-make.sh
index 7a60eb3..b7da8ab 100755
--- a/release/scripts/proflibs-make.sh
+++ b/release/scripts/proflibs-make.sh
@@ -1,8 +1,8 @@
#!/bin/sh
# Move the profiled libraries out to their own dist
-for i in ${RD}/trees/bin/usr/lib/*_p.a; do
+for i in ${RD}/trees/bin/usr/lib/${BINFORMAT}/*_p.a; do
if [ -f $i ]; then
- mv $i ${RD}/trees/proflibs/usr/lib;
+ mv $i ${RD}/trees/proflibs/usr/lib/${BINFORMAT};
fi;
done
OpenPOWER on IntegriCloud