mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
16 lines
310 B
Plaintext
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
|
|
|
|
|