Skip to content

Commit

Permalink
o Adding the original idea.vmoptions to the REAME.
Browse files Browse the repository at this point in the history
  • Loading branch information
trygvis committed Oct 3, 2011
1 parent 62fac34 commit 9bccb64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
*.save
*~
*.swp
root
download/*.tar.gz
intellij-idea/Packages*
Expand Down
5 changes: 5 additions & 0 deletions build-package
Expand Up @@ -62,10 +62,15 @@ build_common() {

mkdir -p root/etc/intellij-idea
cp idea.vmoptions.README root/etc/intellij-idea/
echo "
Original idea.vmoptions:
" >> root/etc/intellij-idea/idea.vmoptions.README
cat root/usr/share/jetbrains/intellij-idea/bin/idea.vmoptions >> root/etc/intellij-idea/idea.vmoptions.README

fn=/tmp/idea.vmoptions.$$
cp root/usr/share/jetbrains/intellij-idea/bin/idea.vmoptions $fn
cat $fn | grep -v yjpagent > root/usr/share/jetbrains/intellij-idea/bin/idea.vmoptions
rm $fn
}

calculate_package_filename() {
Expand Down

0 comments on commit 9bccb64

Please sign in to comment.