diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-04 20:50:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-05 02:04:51 +0700 |
commit | ed1c77ae0cdf7dd4348ebeb50de291fda0473cf9 (patch) | |
tree | fc8bf5a048458f5d2fdb624cd77e77b698703b38 /office/ganttproject | |
parent | b475051715a261b7d0358d5f5f6ddbde67dcebe6 (diff) | |
download | slackbuilds-ed1c77ae0cdf7dd4348ebeb50de291fda0473cf9.tar.gz |
office/ganttproject: Fix symlink.
Thanks to Konrad J Hambrick.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/ganttproject')
-rw-r--r-- | office/ganttproject/ganttproject.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/ganttproject/ganttproject.SlackBuild b/office/ganttproject/ganttproject.SlackBuild index d602d396ef..8f3aae0b3a 100644 --- a/office/ganttproject/ganttproject.SlackBuild +++ b/office/ganttproject/ganttproject.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for rstudio-desktop +# Slackware build script for ganttproject # Copyright 2018 Ekin Akoglu, Erdemli/Mersin, Turkey # All rights reserved. @@ -74,7 +74,7 @@ rm -r $PKG/data.tar.gz rm -f $PKG/debian-binary mkdir -p $PKG/usr/bin -ln -sf $PKG/usr/share/ganttproject/ganttproject $PKG/usr/bin/ganttproject +ln -sf /usr/share/ganttproject/ganttproject $PKG/usr/bin/ganttproject mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv \ |