clean up the directory layout of the uci shell api
[librecmc/librecmc.git] / package / uci / Makefile
index 1cf6dd842d79494dbf57c017c178fc98cfcc04b2..3214c20bc5733e6a7869512bad8c9aaa98f0ddfc 100644 (file)
@@ -74,7 +74,7 @@ define Package/uci/install
        $(INSTALL_DIR) $(1)/etc/uci-defaults
        $(INSTALL_DIR) $(1)/sbin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/uci $(1)/sbin/
-       $(CP) ./files/uci/* $(1)/
+       $(CP) ./files/* $(1)/
 endef
 
 define Build/InstallDev