blob: f2451031a28400e26f2f78f1eaa3a1adda03c833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-Makefile.in,v 1.1 2012/02/16 15:36:31 hans Exp $
--- Makefile.in.orig 2004-05-12 17:53:07.000000000 +0200
+++ Makefile.in 2012-01-21 01:44:49.816033366 +0100
@@ -216,8 +216,8 @@ installdirs:
installhelp:
$(INSTALL_HELP_CMD)
- find $(HELP_DIR) -type d -print | xargs chmod a+rx
- find $(HELP_DIR) -type f -print | xargs chmod a+r
+ find $(DESTDIR)/$(HELP_DIR) -type d -print | xargs chmod a+rx
+ find $(DESTDIR)$(HELP_DIR) -type f -print | xargs chmod a+r
installtranslation: installdirs
$(INSTALL_TRANSLATION_CMD)
|