From 9cb04eef9308c503e44fe19ba41af5b99f6b5e80 Mon Sep 17 00:00:00 2001 From: john smith Date: Fri, 3 Feb 2023 12:23:23 +0200 Subject: [PATCH] misc PKGBUILD fixes --- contrib/package/arch/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/package/arch/PKGBUILD b/contrib/package/arch/PKGBUILD index 0be21deb..a771d5fb 100644 --- a/contrib/package/arch/PKGBUILD +++ b/contrib/package/arch/PKGBUILD @@ -13,7 +13,7 @@ optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tag "python-pyvips: thumbnails for images (higher quality, faster, uses more ram)" "libkeyfinder-git: detection of musical keys" "qm-vamp-plugins: BPM detection" - "python-pyopenssl: sftp functionality" + "python-pyopenssl: ftps functionality" "python-impacket-git: smb support (bad idea)" ) source=("${url}/releases/download/v${pkgver}/${pkgname}-sfx.py" @@ -30,8 +30,8 @@ sha256sums=("56c02d43a0e6c18d71295268674454b4c6f5ff2ccef30fb95f81d58d2d1e260d" package() { cd "${srcdir}/" - mkdir -p /etc/${pkgname}.d + install -dm755 "${pkgdir}/etc/${pkgname}.d" install -Dm755 "${pkgname}-sfx.py" "${pkgdir}/usr/bin/${pkgname}" install -Dm644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf" install -Dm644 "${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"