OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 28-Jan-2004 09:20:22
Branch: HEAD Handle: 2004012808202100
Modified files:
openpkg-re src2make.pl
Log:
use the new macro
Summary:
Revision Changes Path
1.49 +1 -1 openpkg-re/src2make.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/src2make.pl
============================================================================
$ cvs diff -u -r1.48 -r1.49 src2make.pl
--- openpkg-re/src2make.pl 8 Jan 2004 20:02:28 -0000 1.48
+++ openpkg-re/src2make.pl 28 Jan 2004 08:20:21 -0000 1.49
@@ -789,7 +789,7 @@
":: bootstrap\n" .
"[EMAIL PROTECTED]"\$(PLATFORM)\"; \\\n" .
"\tif [ \".\$\$PLATFORM\" = .auto ]; then \\\n" .
- "\t PLATFORM=\"\`\$(RPM) --eval '%{l_platform -p}-%{l_location}'\`\";
\\\n" .
+ "\t PLATFORM=\"\`\$(RPM) --eval '%{l_platform -p}-%{l_tag}'\`\"; \\\n" .
"\tfi; \\\n" .
"\tHOSTNAME=\"\$(HOSTNAME)\"; \\\n" .
"\tif [ \".\$\$HOSTNAME\" = .auto ]; then \\\n" .
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]