]> err.no Git - util-linux/commit
build-sys: add --disable-makeinstall-chown
authorKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2007 12:32:45 +0000 (14:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2007 12:32:45 +0000 (14:32 +0200)
commitf3831bbd801135d7e618725cdfd7ff99f52e33a6
treec82abe1e7e593297558cce310ed74644f542013f
parentdcb219b313b595dea375ec6758641bb09845d8a4
build-sys: add --disable-makeinstall-chown

A chown-like operations are unexpected when you execute "make install"
as non-root user. For example RPM defines owner+permissions in .spec
file -- you needn't to use root account to create useful RPM package.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
login-utils/Makefile.am
misc-utils/Makefile.am