[openjdk-8] 02/07: Replaced the remaning paths to openjdk.build
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 1 14:35:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjdk-8.
commit 376ce3d87162c968512a721cdf9a30358bba3112
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 1 14:29:42 2014 +0200
Replaced the remaning paths to openjdk.build
---
debian/rules | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1311c33..f7aa7df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -967,11 +967,11 @@ endif
ifeq ($(DEB_HOST_ARCH),arm64)
: # FIXME: move that to the upstream make files
- if [ ! -d build/openjdk.build/j2sdk-image/jre/lib/aarch64/client ]; then \
- cp -a build/openjdk.build/j2sdk-image/jre/lib/aarch64/server \
- build/openjdk.build/j2sdk-image/jre/lib/aarch64/client; \
- cp -p build/openjdk.build/hotspot/outputdir/linux_aarch64_compiler1/product/libjvm.so \
- build/openjdk.build/j2sdk-image/jre/lib/aarch64/client/.; \
+ if [ ! -d build/$(sdkimg)/jre/lib/aarch64/client ]; then \
+ cp -a build/$(sdkimg)/jre/lib/aarch64/server \
+ build/$(sdkimg)/jre/lib/aarch64/client; \
+ cp -p build/hotspot/linux_aarch64_compiler1/product/libjvm.so \
+ build/$(sdkimg)/jre/lib/aarch64/client/.; \
fi
endif
@@ -1696,7 +1696,7 @@ ifeq ($(with_docs),yes)
dh_installchangelogs -p$(p_doc)
dh_installdocs -p$(p_doc)
mkdir -p $(d_doc)/usr/share/doc/$(p_jrehl)
- for i in build/openjdk.build/docs/*; do \
+ for i in build/docs/*; do \
[ -e $$i ] || continue; \
b=$$(basename $$i); \
cp -a $$i $(d_doc)/usr/share/doc/$(p_jrehl)/; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list