|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-21 08:56 UTC] cardinal@php.net
[2001-05-21 09:11 UTC] edmund_c at hklc dot com
[2001-05-23 03:51 UTC] sniper@php.net
[2001-06-28 22:30 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 18:00:01 2025 UTC |
file "makerpm" line 9: VERSION=${2:-`echo $TARDIR | sed "s/$PREFIX//g"`} always return a version no with "-" e.g. Building RPM version -4.0.5, release: 2 Suggest Change VERSION=${2:-`echo $TARDIR | sed "s/$PREFIX-//g"`}