From e40294f732d7e370726da5d7808d7a29f6342707 Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Thu, 11 Jan 2001 22:19:38 +0000 Subject: Fix typo @{$SED} -> @${SED} Submitted by: rich@math.missouri.edu --- palm/pilot-link-devel/Makefile | 2 +- palm/pilot-link/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'palm') diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 84b446b0868e..bcb2af9d5bbc 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -28,7 +28,7 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ MAN7= pilot-link.7 post-install: - @{$SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh + @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh @${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh .include diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 84b446b0868e..bcb2af9d5bbc 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -28,7 +28,7 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ MAN7= pilot-link.7 post-install: - @{$SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh + @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh @${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh .include -- cgit v1.2.3