commit 7de37a47aceb5422746799aee20d216a69a7366e
parent 400949ff31562fea336925e05ea296e77f137307
Author: Daniel Ehlers <danielehlers@mindeye.net>
Date: Tue, 26 Jul 2016 18:23:19 +0200
make: modify install routine
So we can place files at their fs destination without the need of
wireing the position in the target fs by hand.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/roamguide/Makefile b/roamguide/Makefile
@@ -27,7 +27,7 @@ define Build/Compile
endef
define Package/roamguide/install
- $(CP) ./files/* $(1)/usr/bin/
+ $(CP) ./files/* $(1)
endef
$(eval $(call BuildPackage,roamguide))
diff --git a/roamguide/files/roamguide b/roamguide/files/usr/bin/roamguide