Boaz Harrosh wrote: On second thought, You know, I'm not sure about this fix. A lot of times we install to a side folder, so we can later tar and package the sub-folder without actually affecting our live system. What will happen with the packagers that are not RPM don't they rely on this? I would like to let the user to install nfs-utils on the side and to not conflict with the running system. Someone how knows what he is doing can override the Kernel path to what he wants. Just as he will need to override the nfs init scripts. So I would prefer if we can just create the $(DESTDIR)/sbin/ I think the makefiles already create $(DESTDIR)$(sbindir). The problem was that you weren't using $(DESTDIR)$(sbindir), you were using $(DESTDIR)/sbin. The patch sets $(sbindir) to /sbin, so everything should just work. But I could be wrong, automake is a black box to me. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html