academic/sequence-analysis: Fixed desktop file (removed quotes)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Petar Petrov 2012-09-12 13:46:34 -05:00 committed by Robby Workman
parent 0639701a53
commit 3fe1a37bd2
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
PRGNAM=sequence-analysis
VERSION=${VERSION:-1.6.0}
ARCH=noarch
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Education;
Exec="java -jar /usr/bin/sequence-analysis.jar -Xms512m -Xmx1024m"
Exec=java -jar /usr/bin/sequence-analysis.jar -Xms512m -Xmx1024m
Icon=sequence-analysis.png
Name=Sequence Analysis
StartupNotify=false