Skip to content
Snippets Groups Projects
Commit 39f57dc5 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

Fix sed command parameters

parent 0a593f4e
No related branches found
No related tags found
1 merge request!9Hoodselector tarek
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -12,7 +12,7 @@ define Package/$(PKG_NAME)
SECTION:=networke
CATEGORY:=Freifunk Nordwest
TITLE:=Select the hoods depending on the geo coordinate
DEPENDS:=+lwtrace +libwlocate +ffnw-hoods +dkjson
DEPENDS:=+lwtrace +ffnw-hoods +dkjson +gluon-mesh-batman-adv-15 +gluon-mesh-vpn-fastd
endef
define Package/$(PKG_NAME)/description
......@@ -30,7 +30,7 @@ define Build/Compile
endef
define Package/$(PKG_NAME)/install
sed '/[--].*/d' ./files/usr/sbin/hoodselector >> ./files/usr/sbin/hoodselector
sed -e 's/--.*//' -e '/^$/d' ./files/usr/sbin/hoodselector > ./files/usr/sbin/hoodselector
$(CP) ./files/* $(1)/
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment