From ae19c2d2464417a9454ef46ab3d63ae23024676d Mon Sep 17 00:00:00 2001 From: Jonathan Billings Date: Tue, 30 Mar 2010 16:06:07 -0400 Subject: [PATCH] Move restorevol to bin from sbin in make dest Adds to the changes made in d6df1a8cec39edf7c0d2598921c735ac6aca70d7 so that 'make dest' installs restorevol into bin. Change-Id: I9c7f302ad9a2f25e9a362ea96dbbf0d91a7d9b04 Reviewed-on: http://gerrit.openafs.org/1669 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/volser/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/Makefile.in b/src/volser/Makefile.in index bdbfdc9628..aa2abaee87 100644 --- a/src/volser/Makefile.in +++ b/src/volser/Makefile.in @@ -180,7 +180,7 @@ dest: restorevol voldump volser.h volint.h vos volserver libvolser.a ${INSTALL} -d ${DEST}/include/afs ${INSTALL} -d ${DEST}/lib/afs ${INSTALL} -d ${DEST}/root.server/usr/afs/bin - ${INSTALL_PROGRAM} restorevol ${DEST}/etc/restorevol + ${INSTALL_PROGRAM} restorevol ${DEST}/root.server/usr/afs/bin/restorevol ${INSTALL_PROGRAM} voldump ${DEST}/etc/voldump ${INSTALL_DATA} volser.h ${DEST}/include/afs/volser.h ${INSTALL_DATA} volint.h ${DEST}/include/afs/volint.h