mtd: bump release
[openwrt.git] / package / base-files / Makefile
index 6995601..15920d5 100644 (file)
@@ -194,7 +194,7 @@ define Package/base-files/install
        $(call Package/base-files/install-target,$(1))
        for conffile in $(1)/etc/config/*; do \
                if [ -f "$$$$conffile" ]; then \
-                       grep "$$$$conffile" $(1)/CONTROL/conffiles || \
+                       grep "$$$${conffile##$(1)}" $(1)/CONTROL/conffiles || \
                                echo "$$$${conffile##$(1)}" >> $(1)/CONTROL/conffiles; \
                fi \
        done
This page took 0.019981 seconds and 4 git commands to generate.