summaryrefslogtreecommitdiff
path: root/openconnect-am.patch
diff options
context:
space:
mode:
authorJakub Bogusz2012-06-24 13:55:06 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitea5290089bb40f63a8ca7e2777158d12eabab39f (patch)
tree854cd942df5821526a201b578cf6dc272cadc882 /openconnect-am.patch
parentd0d384279fca43bf4ddb0eec284cef8b23290573 (diff)
downloadopenconnect-ea5290089bb40f63a8ca7e2777158d12eabab39f.zip
openconnect-ea5290089bb40f63a8ca7e2777158d12eabab39f.tar.gz
- added am patch (fixes build with automake 1.12)
Changed files: openconnect-am.patch -> 1.1 openconnect.spec -> 1.13
Diffstat (limited to 'openconnect-am.patch')
-rw-r--r--openconnect-am.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openconnect-am.patch b/openconnect-am.patch
new file mode 100644
index 0000000..24977c3
--- /dev/null
+++ b/openconnect-am.patch
@@ -0,0 +1,11 @@
+--- openconnect-4.00/po/Makefile.am.orig 2012-06-15 15:52:26.000000000 +0200
++++ openconnect-4.00/po/Makefile.am 2012-06-24 10:13:09.807352601 +0200
+@@ -17,7 +17,7 @@
+ linguas="$(LINGUAS)"; \
+ for l in $$linguas; do \
+ dir="$(DESTDIR)$(localedir)/$$l/LC_MESSAGES"; \
+- $(mkdir_p) $$dir; \
++ $(MKDIR_P) $$dir; \
+ echo Installing $$l.mo to $$dir/$(PACKAGE).mo ; \
+ $(INSTALL_DATA) $$l.mo $$dir/$(PACKAGE).mo; \
+ done