patch-locale_Makefile_in 657 B

1234567891011
  1. drop anything that has to do with owner/group changing *grrr*
  2. --- proftpd-1.3.2b.orig/locale/Makefile.in 2009-04-29 00:50:22.000000000 +0200
  3. +++ proftpd-1.3.2b/locale/Makefile.in 2010-01-20 18:03:53.909480484 +0100
  4. @@ -51,7 +51,6 @@ install: $(LANGS)
  5. if [ -f $$lang.mo ]; then \
  6. if [ ! -d $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES ]; then \
  7. mkdir -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
  8. - chown $(INSTALL_USER):$(INSTALL_GROUP) $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
  9. chmod 0755 $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
  10. fi; \
  11. $(INSTALL_MAN) $$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \