misc/keychain: Updated for version 2.6.8

This commit is contained in:
Menno E. Duursma 2010-05-11 22:24:32 +02:00 committed by David Somero
parent 17bf96e255
commit 435b1f10c3
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
PRGNAM=keychain
VERSION=2.6.8
ARCH=${ARCH:-i486}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -37,7 +37,6 @@ find . \
mkdir -p $PKG/usr/bin
install -m0755 keychain $PKG/usr/bin/keychain
strip --strip-unneeded $PKG/usr/bin/keychain 2>/dev/null
mkdir -p $PKG/usr/man/man1
install -m0644 keychain.1 $PKG/usr/man/man1/keychain.1