From: Felix Fietkau Date: Tue, 5 Aug 2008 02:04:13 +0000 (+0000) Subject: fix apcupsd compile on avr32 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0b623ab1362512330dd5e5df0929443302b0e9d1;ds=sidebyside fix apcupsd compile on avr32 SVN-Revision: 12120 --- diff --git a/net/apcupsd/Makefile b/net/apcupsd/Makefile index 2ef078386e..08b01de978 100644 --- a/net/apcupsd/Makefile +++ b/net/apcupsd/Makefile @@ -32,6 +32,7 @@ define Package/apcupsd endef define Build/Configure + $(CP) $(SCRIPT_DIR)/config.* $(PKG_BUILD_DIR)/autoconf/ $(call Build/Configure/Default, \ --with-distname=unknown \ --sysconfdir=/etc/apcupsd \