X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2FMakefile.polarssl;fp=openwrt%2FMakefile.polarssl;h=9d309d0c526f65dbc0125055011d0ba9362ee5f2;hb=848c75d6739da336409a1192ee3db04bc8a47e39;hp=ea2b48b3a164f548c21b9b6937d9aadd4e882f0b;hpb=de391bf21ea3739d52e7f8b8c3c1b9df27b4537c;p=umurmur.git diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index ea2b48b..9d309d0 100644 --- a/openwrt/Makefile.polarssl +++ b/openwrt/Makefile.polarssl @@ -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