From ef11b9415590d2d83e1a954ffe318556daf99448 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Fri, 10 Sep 2004 19:08:46 +0000 Subject: [PATCH] s/@IPMITOOL_BIN@/@PACKAGE@/g --- ipmitool/control/pkginfo.in | 4 ++-- ipmitool/control/prototype.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ipmitool/control/pkginfo.in b/ipmitool/control/pkginfo.in index cdabcfe..8972794 100644 --- a/ipmitool/control/pkginfo.in +++ b/ipmitool/control/pkginfo.in @@ -1,5 +1,5 @@ -PKG="@IPMITOOL_BIN@" -NAME="@IPMITOOL_BIN@ - Utility for IPMI control" +PKG="@PACKAGE@" +NAME="@PACKAGE@ - Utility for Intelligent Platform Management Interface (IPMI) control" ARCH="@ARCH@" VERSION="@VERSION@" CATEGORY="system" diff --git a/ipmitool/control/prototype.in b/ipmitool/control/prototype.in index 805e251..076ae33 100644 --- a/ipmitool/control/prototype.in +++ b/ipmitool/control/prototype.in @@ -1,7 +1,7 @@ i pkginfo d none bin ? ? ? -f none bin/@IPMITOOL_BIN@=../src/@IPMITOOL_BIN@ 0755 root bin +f none bin/@PACKAGE@=../src/@PACKAGE@ 0755 root bin d none share ? ? ? d none share/man ? ? ? d none share/man/man1 ? ? ? -f none share/man/man1/@IPMITOOL_BIN@.1=../doc/ipmitool.1 0644 root bin +f none share/man/man1/@PACKAGE@.1=../doc/@PACKAGE@.1 0644 root bin