Skip to content

Commit

Permalink
libre-hwd-usbradio: Makefile strip also aligned documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frank95 committed Jun 24, 2014
1 parent a009aba commit 489bef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lime-hwd-usbradio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ endef
define Build/Compile
@rm -rf ./build || true
@cp -r ./src ./build
@sed -i '/^--!.*/d' build/*.lua
@sed -i '/^#\[Doc\]/d' build/*.sh
@sed -i '/^\s*--!.*/d' build/*.lua
@sed -i '/^\s*#\[Doc\]/d' build/*.sh
endef

define Package/$(PKG_NAME)/install
Expand Down

0 comments on commit 489bef2

Please sign in to comment.