[openjdk-8] 06/06: Fixed the location of the Java icons
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 1 10:14:05 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 6e2c18a3ded48c177e3d534e8b432b0bb8ea56aa
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 1 12:10:34 2014 +0200
Fixed the location of the Java icons
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 90953fd..b36c766 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1537,7 +1537,7 @@ endif
: # install icons
for i in 16 24 32 48; do \
- install -D -m 644 -p build/openjdk/jdk/src/solaris/classes/sun/awt/X11/java-icon$${i}.png \
+ install -D -m 644 -p jdk/src/solaris/classes/sun/awt/X11/java-icon$${i}.png \
$(d_jre)/usr/share/icons/hicolor/$${i}x$${i}/apps/$(basename).png; \
done
--
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