Fix installation of configuration files
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Feb 2008 14:11:13 +0000 (14:11 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Feb 2008 14:11:13 +0000 (14:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10502 3c298f89-4303-0410-b956-a3cf2f4a3e73

ipv6/ahcpd/Makefile

index 44067f0..729962f 100644 (file)
@@ -55,7 +55,7 @@ define Package/ahcpd/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/ahcp-generate{,-address} $(1)/usr/bin/
        $(INSTALL_DIR) $(1)/usr/lib/ahcp
-       $(INSTALL_BIN) $(PKG_BUILD_DIR)/{ahcp,dummy}-config.sh $(1)/usr/lib/ahcp/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/ahcp{,-dummy}-config.sh $(1)/usr/lib/ahcp/
        $(INSTALL_DIR) $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/ahcpd $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/config