diff options
Diffstat (limited to 'dev-util/idea-ultimate/files/idea-ultimate-14.sh.patch')
-rw-r--r-- | dev-util/idea-ultimate/files/idea-ultimate-14.sh.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/idea-ultimate/files/idea-ultimate-14.sh.patch b/dev-util/idea-ultimate/files/idea-ultimate-14.sh.patch new file mode 100644 index 0000000..f29cb21 --- /dev/null +++ b/dev-util/idea-ultimate/files/idea-ultimate-14.sh.patch @@ -0,0 +1,11 @@ +--- bin/idea.sh.orig 2013-12-04 21:22:26.168958134 +0700 ++++ bin/idea.sh 2013-12-04 21:25:11.628945405 +0700 +@@ -38,6 +38,8 @@ + exit 1 + fi + ++. /etc/conf.d/idea-ultimate-14 ++ + OS_TYPE=`"$UNAME" -s` + + # --------------------------------------------------------------------- |