bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-6.10: --enable-no-install-program does not work witth "groups"


From: Mike Frysinger
Subject: coreutils-6.10: --enable-no-install-program does not work witth "groups"
Date: Tue, 22 Jan 2008 19:03:29 -0500
User-agent: KMail/1.9.7

since groups is a shell script, it does not work with the current code for 
flagging it to not install

$ ./configure --enable-no-install-program=group
...
configure: WARNING: 'groups' is already not being installed
...
$ make
$ make install DESTDIR=$PWD/foo
$ find foo -name '*groups*'
./foo/usr/local/bin/groups
./foo/usr/local/share/man/man1/groups.1
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]