From: Sam Hartman Date: Tue, 24 Apr 2001 17:20:09 +0000 (+0000) Subject: Install afs.rc.linux correctly X-Git-Tag: debian/1.0.4-1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=142e56626743586f5cc8835f6b42b188ced24bb9;p=packages%2Fo%2Fopenafs.git Install afs.rc.linux correctly --- diff --git a/src/afsd/Makefile b/src/afsd/Makefile index 3d62e43f8..b518a9f7b 100644 --- a/src/afsd/Makefile +++ b/src/afsd/Makefile @@ -99,7 +99,7 @@ install: all hp?00_ux10? ) \ ${INSTALL} afs.rc.hpux10 ${DESTDIR}root.client/usr/vice/etc/dkload/afs.rc ;;\ *linux* ) \ - ${INSTALLex} afs.rc.linux ${DESTDIR}root.client/usr/vice/etc/afs.rc; \ + ${INSTALLex} -f afs.rc.linux ${DESTDIR}root.client/usr/vice/etc/afs.rc; \ ${INSTALL} afs.conf.linux ${DESTDIR}root.client/usr/vice/etc/afs.conf ;; \ ppc_darwin*) \ mkdir -p ${DESTDIR}root.client/usr/vice/etc/afs.kext/Contents/MacOS ;\