Hi, On Thu, 30 Jul 2009 09:59:09 -0500, Eric Sandeen <[email protected]> wrote: > Hi, after the setuid bits got removed from the make install process, > this sort of thing is still left in several Makefiles: > > install-exec-hook: > list='$(sbin_PROGRAMS)'; \ > for p in $$list; do \ > chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \ > done > > But this fails for a normal user installing into a chroot, as an > rpmbuild by a non-root user might do. > > I don't think there's any reason for the chown; can this just be removed?
Well, I see. I will once remove the chown and normalize it unless the removal makes inconvenience to someone. Thank you for the comment. Ryusuke Konishi _______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
