[arch-commits] Commit in clamtk/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat Aug 26 23:26:17 UTC 2017
Date: Saturday, August 26, 2017 @ 23:26:16
Author: anthraxx
Revision: 254616
upgpkg: clamtk 5.24-4 (fix perl path)
Modified:
clamtk/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-26 23:18:19 UTC (rev 254615)
+++ PKGBUILD 2017-08-26 23:26:16 UTC (rev 254616)
@@ -3,7 +3,7 @@
pkgname=clamtk
pkgver=5.24
-pkgrel=3
+pkgrel=4
pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
url='https://dave-theunsub.github.io/clamtk/'
arch=('any')
@@ -21,11 +21,11 @@
install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
for f in lib/* ; do
- install -Dm 644 ${f} "${pkgdir}/usr/lib/perl5/vendor_perl/ClamTk/`basename ${f}`"
+ install -Dm 644 ${f} "${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/`basename ${f}`"
done
for f in po/*.mo ; do
- install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/`basename ${f} .mo`/LC_MESSAGES/clamtk.mo"
+ install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/`basename ${f} .mo`/LC_MESSAGES/clamtk.mo"
done
install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
More information about the arch-commits
mailing list