diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-09-26 13:22:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 13:22:19 -0700 |
commit | 07f664b3a1a55d893d2fd4bd6693cf23a7d56a86 (patch) | |
tree | e6bfe760afdb75b2ba08973833b6121ef7e42205 | |
parent | 76c8dccb39c0b309b9208df5a1f3b4dc29aa80d5 (diff) | |
parent | 4a3b1ee42a6e7f033674ce94b665122d4fcc0f8e (diff) |
Merge pull request #10068 from gentoo-root/master
apcupsd: Preset binaries used on target system
-rw-r--r-- | net/apcupsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/apcupsd/Makefile b/net/apcupsd/Makefile index f6143a293..00f33d51b 100644 --- a/net/apcupsd/Makefile +++ b/net/apcupsd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apcupsd PKG_VERSION:=3.14.14 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> PKG_LICENSE:=GPL-2.0 @@ -40,7 +40,7 @@ define Package/apcupsd-cgi URL:=http://www.apcupsd.org/ endef -CONFIGURE_VARS += SHUTDOWN=/sbin/halt +CONFIGURE_VARS += SHUTDOWN=/sbin/halt SCRIPTSHELL=/bin/sh WALL=/bin/true APCUPSD_MAIL=/bin/true define Build/Configure $(CP) $(SCRIPT_DIR)/config.* $(PKG_BUILD_DIR)/autoconf/ |