Browse Source

Merge pull request #607 from wongsyrone/patch-1

fdm: add missing quote mark in Makefile
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
b086e6ca33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mail/fdm/Makefile

+ 1
- 1
mail/fdm/Makefile View File

@ -48,7 +48,7 @@ define Build/Prepare
endef
define Package/fdm/config
source "$(SOURCE)/Config.in
source "$(SOURCE)/Config.in"
endef
define Package/fdm/conffiles


Loading…
Cancel
Save