pkgsrc-ng/x11/mlterm/patches/patch-configure
2014-08-11 13:27:10 +02:00

16 lines
310 B
Plaintext

$NetBSD: patch-configure,v 1.7 2014/03/23 07:04:00 tsutsui Exp $
- setuid root is handled by SPECIAL_PERMS in pkgsrc
--- configure.orig 2014-03-22 22:06:40.000000000 +0000
+++ configure
@@ -21377,7 +21377,7 @@ else
fi
if test "$gui" = "fb" ; then
- INSTALL_OPT="-m 4755 -o root"
+ INSTALL_OPT=""
fi