[javatools] 01/02: java-arch.sh: return "ppc64" as the archdir for ppc64el

Tony Mancill tmancill at moszumanska.debian.org
Tue Jul 29 01:53:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository javatools.

commit 62f055aff82ad17a4824c0fab40f2b1478f122cb
Author: tony mancill <tmancill at debian.org>
Date:   Mon Jul 28 18:50:37 2014 -0700

    java-arch.sh: return "ppc64" as the archdir for ppc64el
    
    Debian #756311
---
 java-arch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-arch.sh b/java-arch.sh
index d9f9dd3..e98147d 100755
--- a/java-arch.sh
+++ b/java-arch.sh
@@ -24,7 +24,7 @@ case $DPKG_ARCH in
 		echo ppc
 		;;
 	ppc64el)
-		echo ppc64le
+		echo ppc64
 		;;
 	hppa)
 		echo parisc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git



More information about the pkg-java-commits mailing list