[PC-BSD Commits] r5194 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 2 09:34:11 PST 2009
Author: kris
Date: 2009-12-02 09:34:11 -0800 (Wed, 02 Dec 2009)
New Revision: 5194
Modified:
pcbsd/trunk/SysInstaller/SysInstaller.pro
pcbsd/trunk/SysInstaller/main.cpp
Log:
Updated SysInstaller to its final path, /PCBSD/SysInstaller
Modified: pcbsd/trunk/SysInstaller/SysInstaller.pro
===================================================================
--- pcbsd/trunk/SysInstaller/SysInstaller.pro 2009-12-02 17:32:04 UTC (rev 5193)
+++ pcbsd/trunk/SysInstaller/SysInstaller.pro 2009-12-02 17:34:11 UTC (rev 5194)
@@ -5,7 +5,7 @@
xml \
dbus
TARGET = SysInstaller
-DESTDIR=/usr/local/pcbsd/bin
+DESTDIR=/PCBSD/SysInstaller/bin
TEMPLATE = app
SOURCES += main.cpp \
sys-componentwidget.cpp \
@@ -84,7 +84,7 @@
i18n/SysInstaller_zh_TW.ts \
i18n/SysInstaller_zu.ts
-dotrans.path=/usr/local/pcbsd/i18n/
+dotrans.path=/PCBSD/SysInstaller/i18n/
dotrans.extra=cd i18n && lrelease-qt4 *.ts && cp *.qm /usr/local/pcbsd/i18n/
INSTALLS += dotrans
Modified: pcbsd/trunk/SysInstaller/main.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/main.cpp 2009-12-02 17:32:04 UTC (rev 5193)
+++ pcbsd/trunk/SysInstaller/main.cpp 2009-12-02 17:34:11 UTC (rev 5194)
@@ -18,9 +18,9 @@
// Check what directory our app is in
QString appDir;
- if ( QFile::exists("/usr/local/pcbsd/bin/SysInstaller") )
+ if ( QFile::exists("/PCBSD/SysInstaller/bin/SysInstaller") )
{
- appDir = "/usr/local/pcbsd";
+ appDir = "/PCBSD/SysInstaller";
} else {
appDir = QCoreApplication::applicationDirPath();
}
More information about the Commits
mailing list