Files
pkgsrc-ng/x11/mlterm/patches/patch-configure
2016-01-21 23:41:46 +01:00

16 lines
311 B
Plaintext

$NetBSD: patch-configure,v 1.13 2015/06/13 21:25:45 tsutsui Exp $
- setuid root is handled by SPECIAL_PERMS in pkgsrc
--- configure.orig 2015-06-07 01:36:26.000000000 +0000
+++ configure
@@ -21667,7 +21667,7 @@ else
fi
if test "$gui" = "fb" ; then
- INSTALL_OPT="-m 4755 -o root"
+ INSTALL_OPT=""
fi