Move restorevol to bin from sbin in make dest

Adds to the changes made in d6df1a8cec
so that 'make dest' installs restorevol into bin.

Change-Id: I9c7f302ad9a2f25e9a362ea96dbbf0d91a7d9b04
Reviewed-on: http://gerrit.openafs.org/1669
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Jonathan Billings 2010-03-30 16:06:07 -04:00 committed by Derrick Brashear
parent da9b39c0a4
commit ae19c2d246

View File

@ -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