OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 09-Aug-2002 16:56:36
Branch: HEAD Handle: 2002080915563600
Modified files:
openpkg-re src2make.pl
Log:
try to fix SSH problems
Summary:
Revision Changes Path
1.36 +1 -0 openpkg-re/src2make.pl
____________________________________________________________________________
Index: openpkg-re/src2make.pl
============================================================
$ cvs diff -u -r1.35 -r1.36 src2make.pl
--- openpkg-re/src2make.pl 9 Aug 2002 13:19:01 -0000 1.35
+++ openpkg-re/src2make.pl 9 Aug 2002 14:56:36 -0000 1.36
@@ -762,6 +762,7 @@
"\t PATH=\"\$\$ENV_PATH\" LD_LIBRARY_PATH=\"\$\$ENV_LDLP\" \\\n" .
"\t \$(MAKE) \$(MFLAGS) -f Makefile.rules \\\n" .
"\t PLATFORM=\"\$\$PLATFORM\" \\\n" .
+ "\t SSH_AUTH_SOCK=\"\$\$SSH_AUTH_SOCK\" \\\n" .
"\t TERM_B=\"\$\$TERM_B\" TERM_N=\"\$\$TERM_N\" \\\n" .
"\t SRC=\"\$\$SRC\" DST=\"\$\$DST\" TMP=\"\$\$TMP\" \\\n" .
"\t RPM=\"\$(RPM)\" RPM_FLAGS=\"\$(RPM_FLAGS)\" \\\n" .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]