diff options
Diffstat (limited to 'java/eclipse/scripts/pre-patch')
-rw-r--r-- | java/eclipse/scripts/pre-patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/eclipse/scripts/pre-patch b/java/eclipse/scripts/pre-patch index 6d04121a2034..ce79ba5c029a 100644 --- a/java/eclipse/scripts/pre-patch +++ b/java/eclipse/scripts/pre-patch @@ -42,6 +42,10 @@ do NEWNAME=$(rename_arch ${D}) mv ${D} ${NEWNAME} + case ${NEWNAME} in + *.powerpc64) + cp -rf ${NEWNAME} `echo ${NEWNAME} | sed -e 's/powerpc64/powerpc64le/'`;; + esac done # Clean up binaries |