NeilBrown wrote: On Mon, 14 May 2012 15:15:38 -0400 Steve Dickson <SteveD@xxxxxxxxxx> wrote: > New Features in this release: > * The addition the nfsdcld daemon > * The addition of the osd_login script which is mandated by the > pnfs-objects standard Don't you hate it when people don't bother to test all your -rc's, then report bugs against your final release? Me too. mkdir /tmp/dest make DESTDIR=/tmp/dest install fails because it tries to install osd_login in /tmp/dest/sbin/osd_login without first creating /tmp/dest/sbin. All other required directories get created first. This patch - stealing an idea from utils/mount - seem to fix it. Please see my comment in response to Mike Frysinger's similar patch. Date: Thu, 17 May 2012 07:53:30 -0400 From: Jim Rees <rees@xxxxxxxxx> Subject: Re: [PATCH] osd_login: fix DESTDIR install To: Mike Frysinger <vapier@xxxxxxxxxx> Cc: linux-nfs@xxxxxxxxxxxxxxx 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