diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-02-21 19:15:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-02-21 21:32:37 +0100 |
commit | c37e54c60e3141329d01864fdcb0d5d30518a563 (patch) | |
tree | 04869ccbb6b2f341e0cbe6ce6048ee0a2951b57a /source/l/libnotify | |
parent | 0df29e7a5daa4f286f70a66114d9a3357ab19890 (diff) | |
download | current-c37e54c60e3141329d01864fdcb0d5d30518a563.tar.gz current-c37e54c60e3141329d01864fdcb0d5d30518a563.tar.xz |
Tue Feb 21 19:15:06 UTC 202320230221191506
ap/vim-9.0.1337-x86_64-1.txz: Upgraded.
OK, so the upstream runtime update didn't fix sh syntax highlighting, so we
patched it. Thanks to marav.
Also, we needed this version number. ;-)
d/autoconf-archive-2023.02.20-noarch-1.txz: Upgraded.
l/babl-0.1.100-x86_64-1.txz: Upgraded.
l/gegl-0.4.42-x86_64-1.txz: Upgraded.
x/ibus-1.5.28-x86_64-1.txz: Upgraded.
x/ibus-libpinyin-1.15.1-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.0.1337-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libnotify')
-rwxr-xr-x | source/l/libnotify/libnotify.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/libnotify/libnotify.SlackBuild b/source/l/libnotify/libnotify.SlackBuild index 4e1a6c14e..5e1c842ad 100755 --- a/source/l/libnotify/libnotify.SlackBuild +++ b/source/l/libnotify/libnotify.SlackBuild @@ -107,7 +107,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a AUTHORS COPYING README $PKG/usr/doc/$PKGNAM-$VERSION -( cd $PKG/usr/doc/$PKGNAM-$VERSION ; ln -s ../../share/gtk-doc/html/libnotify html ) +if [ -d $PKG/usr/share/gtk-doc/html/libnotify ]; then + ( cd $PKG/usr/doc/$PKGNAM-$VERSION ; ln -s ../../share/gtk-doc/html/libnotify html ) +fi # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: |