[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge/kde-4.7] portage/package/amarok-portable-package: some more
From:       Patrick von Reth <patrick.vonreth () gmail ! com>
Date:       2011-10-31 19:23:36
Message-ID: 20111031192336.9E5EDA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit f39f39dc75eccc89ee918bd3e2ff5557a0f50e7f by Patrick von Reth.
Committed on 31/10/2011 at 20:23.
Pushed by vonreth into branch 'kde-4.7'.

some more variables to make sure nothing gets written to \
C:\Users\Patrick\AppData\Roaming, fixed a logic error that prevented deletion of \
firstrun file

M  +5    -2    portage/package/amarok-portable-package/amarok.bat

http://commits.kde.org/emerge/f39f39dc75eccc89ee918bd3e2ff5557a0f50e7f

diff --git a/portage/package/amarok-portable-package/amarok.bat \
b/portage/package/amarok-portable-package/amarok.bat index 4b24f38..68cbfc8 100644
--- a/portage/package/amarok-portable-package/amarok.bat
+++ b/portage/package/amarok-portable-package/amarok.bat
@@ -5,6 +5,10 @@ SET KDEROOT=%~dp0
 SET PATH=%KDEROOT%\bin;%PATH%
 SET HOME=%KDEROOT%\home
 SET KDEHOME=%HOME%
+SET KDESYCOCA=%HOME%\kdesycoca
+SET XDG_CONFIG_HOME=%HOME%\.config
+SET XDG_DATA_HOME=%HOME%\.local\share
+SET XDG_CACHE_HOM=%HOME%
 
 SET APPLICATION=
 
@@ -30,7 +34,7 @@ GOTO :EOF
 :INSTALL
 echo install
 IF NOT EXIST %KDEROOT%\home MKDIR %KDEROOT%\home
-IF NOT EXIST %KDEROOT%\firstrun DEL firstrun
+IF EXIST %KDEROOT%\firstrun DEL firstrun
 
 
 
@@ -66,6 +70,5 @@ if not `"bin\kbuildsycoca4.exe --help"` equ "" (
     echo        please check for correct installation
 )
 
-echo HM
 
 GOTO :RUN
\ No newline at end of file


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic