mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
office/ganttproject: Fix symlink.
Thanks to Konrad J Hambrick. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b475051715
commit
ed1c77ae0c
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue