Files
pkgsrc-ng/x11/mlterm/patches/patch-configure
2016-11-18 22:39:22 +01:00

16 lines
311 B
Plaintext

$NetBSD: patch-configure,v 1.15 2016/08/17 14:14:00 tsutsui Exp $
- setuid root is handled by SPECIAL_PERMS in pkgsrc
--- configure.orig 2016-05-08 06:47:04.000000000 +0000
+++ configure
@@ -21909,7 +21909,7 @@ else
fi
if test "$gui" = "fb" ; then
- INSTALL_OPT="-m 4755 -o root"
+ INSTALL_OPT=""
fi