[arch-commits] Commit in apcupsd/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sun Aug 30 09:42:16 UTC 2020


    Date: Sunday, August 30, 2020 @ 09:42:16
  Author: bluewind
Revision: 692588

upgpkg: apcupsd 3.14.14-6: fix FS#64482 - [opensmtpd] conflict with apcupsd package

Modified:
  apcupsd/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 09:32:04 UTC (rev 692587)
+++ PKGBUILD	2020-08-30 09:42:16 UTC (rev 692588)
@@ -5,7 +5,7 @@
 
 pkgname=apcupsd
 pkgver=3.14.14
-pkgrel=5
+pkgrel=6
 pkgdesc="Power mangement and controlling most of APC's UPS models"
 arch=(x86_64)
 url="http://www.apcupsd.org"
@@ -64,6 +64,7 @@
 	install -Dm755 "$srcdir/apcupsd_shutdown" "$pkgdir/usr/lib/systemd/system-shutdown/apcupsd_shutdown"
 
 	chmod 755 "$pkgdir"/usr/bin/*
+	mv "$pkgdir/usr/bin/"smtp{,-$pkgname}
 
 	install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
 	mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"



More information about the arch-commits mailing list