s/@IPMITOOL_BIN@/@PACKAGE@/g

This commit is contained in:
Duncan Laurie 2004-09-10 19:08:46 +00:00
parent 7ad880076e
commit ef11b94155
2 changed files with 4 additions and 4 deletions

View File

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

View File

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