diff options
author | Edward Holmes | 2025-01-08 16:17:26 -0600 |
---|---|---|
committer | Edward Holmes | 2025-01-08 16:17:26 -0600 |
commit | ecfbb5c90f66edeed8bafe41982d180381b31ea8 (patch) | |
tree | c04c92df61feb16f6235c899a214ef1ea6f92786 | |
parent | 0b80c3214486a18aacffca33bde778899815a7c4 (diff) | |
download | aur-ecfbb5c90f66edeed8bafe41982d180381b31ea8.tar.gz |
santized directory commands for spaces
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 8 | ||||
-rw-r--r-- | forticlient-vpn.changelog | 6 |
3 files changed, 11 insertions, 4 deletions
@@ -6,6 +6,7 @@ pkgbase = forticlient-vpn install = forticlient-vpn.install arch = x86_64 license = custom:fortinet + depends = libgnome-keyring depends = alsa-lib depends = gnome-keyring depends = gtk2 @@ -7,7 +7,7 @@ pkgdesc="Build through the official package of FortiClient VPN only" arch=("x86_64") url="https://www.fortinet.com/support/product-downloads" license=('custom:fortinet') -depends=('alsa-lib' 'gnome-keyring' 'gtk2' 'gtk3' 'gzip' 'iptables' 'libappindicator-gtk2' 'libnotify' 'libsecret' 'libxss' 'nss' 'openssl' 'org.freedesktop.secrets' 'polkit' 'systemd') +depends=('libgnome-keyring' 'alsa-lib' 'gnome-keyring' 'gtk2' 'gtk3' 'gzip' 'iptables' 'libappindicator-gtk2' 'libnotify' 'libsecret' 'libxss' 'nss' 'openssl' 'org.freedesktop.secrets' 'polkit' 'systemd') optdepends=( 'mate-polkit: for polkit authentication for the MATE' 'polkit-gnome: for polkit authentication for the GNOME' @@ -29,15 +29,15 @@ package() { install -Dm644 "${pkgdir}/lib/systemd/system/forticlient.service" "${pkgdir}/usr/lib/systemd/system/forticlient.service" - mkdir -p ${pkgdir}/var/lib/forticlient + mkdir -p "${pkgdir}/var/lib/forticlient" rm -rf "${pkgdir}/lib" # Install license install -Dm 644 "${pkgdir}/usr/share/doc/forticlient/copyright" "${pkgdir}/usr/share/licenses/fortinet/LICENSE" # Symbolic link to fortivpn CLI - mkdir -p ${pkgdir}/usr/bin + mkdir -p "${pkgdir}/usr/bin" ln -sf '/opt/forticlient/fortivpn' "${pkgdir}/usr/bin/fortivpn" - + } diff --git a/forticlient-vpn.changelog b/forticlient-vpn.changelog index a7387a21f479..c24af7f4d8f0 100644 --- a/forticlient-vpn.changelog +++ b/forticlient-vpn.changelog @@ -1,3 +1,9 @@ +## forticlient-vpn - 7.4.0.1636 - 2025-01-08 +* forticlient-vpn - 7.4.0.1636 - `release 2` + + sanitized mkdir and rm commands for directories with spaces + note: patch submitted by Henri Heyden + + added gnome keyring libs for KDE users + ## forticlient-vpn - 7.4.0.1636 - 2024-06-11 * forticlient-vpn - 7.4.0.1636 - `release 1` + updated `PKGBUILD` to support the new version 7.4.0.1636 |