summaryrefslogtreecommitdiff
path: root/package/proftpd/patches/patch-locale_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 14:22:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 14:22:51 +0100
commitcc799ec57ca72d4bb56d34d19e9318c0b6b4b55d (patch)
tree78546bfbb5102e4e41a762b38eef1fb0d1e54882 /package/proftpd/patches/patch-locale_Makefile_in
parent9afcdcff6e924cdd3871dadb554105d412502b55 (diff)
parent9c4dfaf684036828b71187836290b490395d0adc (diff)
Merge branch 'master' of git+ssh://openadk.org:/git/openadk
Diffstat (limited to 'package/proftpd/patches/patch-locale_Makefile_in')
-rw-r--r--package/proftpd/patches/patch-locale_Makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/proftpd/patches/patch-locale_Makefile_in b/package/proftpd/patches/patch-locale_Makefile_in
deleted file mode 100644
index 91f274ebd..000000000
--- a/package/proftpd/patches/patch-locale_Makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
- drop anything that has to do with owner/group changing *grrr*
---- proftpd-1.3.2b.orig/locale/Makefile.in 2009-04-29 00:50:22.000000000 +0200
-+++ proftpd-1.3.2b/locale/Makefile.in 2010-01-20 18:03:53.909480484 +0100
-@@ -51,7 +51,6 @@ install: $(LANGS)
- if [ -f $$lang.mo ]; then \
- if [ ! -d $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES ]; then \
- mkdir -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
-- chown $(INSTALL_USER):$(INSTALL_GROUP) $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
- chmod 0755 $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
- fi; \
- $(INSTALL_MAN) $$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \