mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/sublime_merge: Fix symlink.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
549bf1ecfe
commit
2d2b161328
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
ln -sf /opt/$PRGNAM/sublime_text $PKG/usr/bin
|
||||
ln -sf /opt/$PRGNAM/sublime_merge $PKG/usr/bin
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
|
Loading…
Reference in a new issue