From: nbd Date: Tue, 5 Aug 2008 02:04:13 +0000 (+0000) Subject: fix apcupsd compile on avr32 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=70489a69a758dddc5912580b70bf399a21ba2515;p=packages.git fix apcupsd compile on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12120 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/apcupsd/Makefile b/net/apcupsd/Makefile index 2ef078386..08b01de97 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 \