r=bsmedberg
OS/2 bustage - just remove $os from xptlink.pl - it's not used anymore


git-svn-id: svn://10.0.0.236/trunk@180981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2005-09-26 20:12:26 +00:00
parent 39f6b46c8a
commit 4e793aeb5b

View File

@ -107,7 +107,7 @@ if(-d "$DEPTH/stage")
mkdir("$DEPTH/stage", 0775);
system("perl $cwdPackager/pkgcp.pl -s $cwdDist -d $DEPTH/stage -f $cwdPackager/packages-os2 -o unix -v");
system("perl $cwdPackager/xptlink.pl -s $cwdDist -d $DEPTH/stage -o unix -v");
system("perl $cwdPackager/xptlink.pl -s $cwdDist -d $DEPTH/stage -v");
chdir("$cwdPackager/os2");
if(system("perl makeall.pl $ver $DEPTH/stage $cwdDist/install -aurl $inXpiURL -rurl $inRedirIniURL"))