Mike Frysinger wrote: diff --git a/utils/osd_login/Makefile.am b/utils/osd_login/Makefile.am index adc493a..c85584c 100644 --- a/utils/osd_login/Makefile.am +++ b/utils/osd_login/Makefile.am @@ -1,12 +1,11 @@ ## Process this file with automake to produce Makefile.in -OSD_LOGIN_FILES= osd_login - -EXTRA_DIST= $(OSD_LOGIN_FILES) +# These scripts go in /sbin (not /usr/sbin), and that cannot be +# overriden at config time. +sbindir = /sbin You misspelled "overridden." Yes, I know you just copied this line from mount/Makefile.am, but there is no sense compounding the error. Also it might be worth mentioning in the comment why we have this restriction. -- 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