diff options
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 d602d396ef5f1..8f3aae0b3a5fc 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 \ |