X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2FMakefile.polarssl;h=8186f7a0ea27f1ba99490e32b4546d1a6b973a74;hb=96df23c96dad288efccfcb67254688cb00bcd907;hp=ea2b48b3a164f548c21b9b6937d9aadd4e882f0b;hpb=a605362cab90bdc81604fee1cbcbfbfe7849935d;p=umurmur.git diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index ea2b48b..8186f7a 100644 --- a/openwrt/Makefile.polarssl +++ b/openwrt/Makefile.polarssl @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur-polarssl -PKG_VERSION:=0.2.0 +PKG_VERSION:=0.2.3 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -46,9 +46,9 @@ define Package/umurmur-polarssl/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/umurmurd $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc - $(INSTALL_CONF) ./files/umurmur.conf $(1)/etc/ + $(INSTALL_CONF) ./openwrt/files/umurmur.conf $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/umurmur.init $(1)/etc/init.d/umurmur + $(INSTALL_BIN) ./openwrt/files/umurmur.init $(1)/etc/init.d/umurmur $(INSTALL_DIR) $(1)/etc/umurmur endef