17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
$OpenBSD: patch-gnome-pty-helper_Makefile_in,v 1.1.1.1 2011/09/26 14:31:33 jasper Exp $
|
|
|
|
Don't bother calling install-exec-hook. We already adjust
|
|
permissions in PLIST.
|
|
|
|
--- gnome-pty-helper/Makefile.in.orig Mon Sep 26 15:48:00 2011
|
|
+++ gnome-pty-helper/Makefile.in Mon Sep 26 15:49:08 2011
|
|
@@ -580,7 +580,7 @@ install-dvi-am:
|
|
|
|
install-exec-am: install-libexecPROGRAMS
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
+ $(MAKE) $(AM_MAKEFLAGS)
|
|
install-html: install-html-am
|
|
|
|
install-html-am:
|