diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-18 12:25:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-18 12:25:53 +0000 |
commit | ce264dd1c7eac99f215dabc49b33e646fafdde7a (patch) | |
tree | 8cfb42bc1f4f549b53d0fdc2b09f928bd86f12d2 /openwrt/package/ipcad | |
parent | 466f7410eb3585f5591a76dfb134317917c7c0a4 (diff) | |
download | mtk-20170518-ce264dd1c7eac99f215dabc49b33e646fafdde7a.zip mtk-20170518-ce264dd1c7eac99f215dabc49b33e646fafdde7a.tar.gz mtk-20170518-ce264dd1c7eac99f215dabc49b33e646fafdde7a.tar.bz2 |
Corrected bug #149
SVN-Revision: 2721
Diffstat (limited to 'openwrt/package/ipcad')
-rwxr-xr-x | openwrt/package/ipcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ipcad/Makefile b/openwrt/package/ipcad/Makefile index f49ac7e..749500f 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): |