X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=doc%2Fman-pages%2Finstall-man.in;h=a8f5bfd7cb38c5c09c0f6a7b069d1bf0357d0799;hp=b3fd1a87a3e65f460e939a06e7952d0b6089e5fc;hb=a08604b78f82ae2adf57b7a30bd8c80a11223b0d;hpb=7f219ecd3863398d7cc5317a55b8c3f735e8ef95 diff --git a/doc/man-pages/install-man.in b/doc/man-pages/install-man.in index b3fd1a8..a8f5bfd 100644 --- a/doc/man-pages/install-man.in +++ b/doc/man-pages/install-man.in @@ -10,7 +10,8 @@ set -e manpage="$1" dest="$2" -install=@TOP_OBJDIR@/src/pinstall/pinstall +INSTALL="@INSTALL@" +install="@INSTALL_DATA@" # We have to include all of the variables here since several of them refer to # each other and this is the only way we get them all expanded. @@ -47,5 +48,5 @@ sed -e "s%/usr/afs/local/BosConfig%${afsbosconfigdir}/BosConfig%g" \ -e "s%/usr/afs/local%${afslocaldir}%g" \ -e "s%/usr/afs/logs%${afslogsdir}%g" \ -e "s%/usr/vice/etc%${viceetcdir}%g" "$manpage" > "$manpage".tmp -$install -c -f -m 0644 "$manpage".tmp "$dest" +$install "$manpage".tmp "$dest" rm "$manpage".tmp