diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-09 00:13:57 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-09 00:13:57 +0000 |
commit | 56e7d8375380397a01def1441ddec0be4f4d8887 (patch) | |
tree | 838e839c76df6197f0f20e2faad4b76ffca410d0 /java/eclipse/scripts/pre-patch | |
parent | update net-mgmt/networkmgr to 4.5 (diff) |
java/eclipse: port to powerpc64le
PR: 254149
Approved by: jonc@chen.org.nz (maintainer)
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 |