gluon-geolocator: add luaminifyer

This commit is contained in:
Jan-Tarek Butt 2017-08-04 20:08:08 +02:00
parent f96e72d919
commit 03606b2ac5

View File

@ -19,9 +19,13 @@ define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Compile
$(call GluonSrcDiet,./luasrc,$(PKG_BUILD_DIR)/luadest/)
endef
define Package/gluon-geolocator/install
$(CP) ./files/* $(1)/
$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
endef
define Package/gluon-geolocator/postinst