On Fri, May 10, 2002, Michael Schloh wrote:
> [..]
> Interim specification of perl package without recently relocated modules.
> [..]
> v=`/usr/bin/dpkg -l binutils | grep binutils | awk '{ print $3;
>}'`
> elif [ -f /etc/redhat-release ]; then
> v=`/bin/rpm -q --qf '%{VERSION}' binutils`
> - elif [ -f /etc/SuSE-release ]; then
> - v=`/bin/rpm -q --qf '%{VERSION}' binutils`
> else
> - v=`(ld --version | grep "^GNU ld " | sed -e 's;^GNU ld ;;')
>2>/dev/null`
> + v=`(rpm -q --qf '%{VERSION}' binutils) 2>/dev/null`
> fi
> case "$v" in
Be careful, it looks you started editing with a non-up-to-date perl.spec, Michael.
Because you reversed here a recent change I did. I'll fix this...
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]