Skip to content
Snippets Groups Projects
Commit 108c0f53 authored by Luka Perkov's avatar Luka Perkov
Browse files

quilt: update to 0.63


Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>

SVN-Revision: 40744
parent bddbcdfc
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=quilt PKG_NAME:=quilt
PKG_VERSION:=0.61 PKG_VERSION:=0.63
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME)
PKG_MD5SUM:=24417eba5961592b64103bdda001ebf4 PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
......
--- a/bin/quilt.in --- a/bin/quilt.in
+++ b/bin/quilt.in +++ b/bin/quilt.in
@@ -11,9 +11,15 @@ @@ -15,9 +15,15 @@
unset POSIXLY_CORRECT unset GREP_OPTIONS
export TEXTDOMAIN=quilt export TEXTDOMAIN=quilt
-export TEXTDOMAINDIR=@LOCALEDIR@ -export TEXTDOMAINDIR=@LOCALEDIR@
......
--- a/Makefile.in --- a/Makefile.in
+++ b/Makefile.in +++ b/Makefile.in
@@ -266,13 +266,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu @@ -272,13 +272,10 @@ $(patsubst %.in,%,$(wildcard bin/*.in qu
@$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@) @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
configure : configure.ac aclocal.m4 configure : configure.ac aclocal.m4
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
- @false - @false
+ @touch $@ + @touch $@
compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111)) compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm -0100))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment