[PC-BSD Commits] r803 - pcbsd/trunk/PBCsource
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 29 10:43:05 PST 2007
Author: kris
Date: 2007-10-29 11:43:05 -0700 (Mon, 29 Oct 2007)
New Revision: 803
Modified:
pcbsd/trunk/PBCsource/pbcwizard.ui.h
Log:
Updated the usage of the createpbi.sh script
Modified: pcbsd/trunk/PBCsource/pbcwizard.ui.h
===================================================================
--- pcbsd/trunk/PBCsource/pbcwizard.ui.h 2007-10-29 18:25:54 UTC (rev 802)
+++ pcbsd/trunk/PBCsource/pbcwizard.ui.h 2007-10-29 18:43:05 UTC (rev 803)
@@ -339,8 +339,8 @@
PackageLabel->setText(tr("Creating PBI file..."));
TarProg = new QProcess(this);
TarProg->addArgument( PBCAppDir + "/createpbi.sh" );
+ TarProg->addArgument( HomeDir + "/.pbi.pbc" );
TarProg->addArgument(PBCAppDir + "/");
- TarProg->addArgument( HomeDir + "/.pbi.pbc" );
connect( TarProg, SIGNAL(processExited()), this, SLOT(InstallFileDoneSlot() ) );
if ( !TarProg->start() ) {
More information about the Commits
mailing list