From: Florian Fainelli Date: Sun, 18 Dec 2005 12:25:53 +0000 (+0000) Subject: Corrected bug #149 X-Git-Tag: reboot~31457 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce264dd1c7eac99f215dabc49b33e646fafdde7a;p=oweals%2Fopenwrt.git Corrected bug #149 SVN-Revision: 2721 --- diff --git a/openwrt/package/ipcad/Makefile b/openwrt/package/ipcad/Makefile index f49ac7ef8c..749500fa60 100755 --- a/openwrt/package/ipcad/Makefile +++ b/openwrt/package/ipcad/Makefile @@ -43,7 +43,7 @@ $(PKG_BUILD_DIR)/.configured: touch $@ $(PKG_BUILD_DIR)/.built: - $(MAKE) STAGING_DIR=$(STAGING_DIR) DESTDIR=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR) all install-bin install-conf + $(MAKE) STAGING_DIR=$(STAGING_DIR) DESTDIR=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR) install touch $@ $(IPKG_IPCAD):