[eclipse] Fix jdt pre scriptlet.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Sep 12 09:50:29 UTC 2011


commit 6d17c3589a06c85109d463b5799e462581da21a2
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Sep 12 12:50:05 2011 +0300

    Fix jdt pre scriptlet.

 eclipse.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 23c438f..78a8753 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -284,7 +284,7 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
-%pre javadoc
+%pre jdt
 # workaround for rpm bug, can be removed in F-20 Fixes the problem with efj being directory instead of launcher
 [ $1 -gt 1 ] && [ -L %{_bindir}/efj ] && \
 rm -rf $(readlink -f %{_bindir}/efj) %{_bindir}/efj || :


More information about the scm-commits mailing list