[SCM] sweethome3d - Interior 2D design application with 3D preview branch, master, updated. debian/3.7+dfsg-1-2-g85fcc4c

Gabriele Giacone 1o5g4r8o at gmail.com
Mon Dec 10 00:55:06 UTC 2012


The following commit has been merged in the master branch:
commit c7bc1472859cb459ced527036bdda81f662e7f5c
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Mon Dec 10 01:40:32 2012 +0100

    Fix home path added to application folder property (Closes: #695528).

diff --git a/debian/changelog b/debian/changelog
index 72a5ce4..a6e0bda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sweethome3d (3.7+dfsg-2) unstable; urgency=low
+
+  * Fix home path added to application folder property (Closes: #695528).
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Wed, 21 Nov 2012 00:41:38 +0100
+
 sweethome3d (3.7+dfsg-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/sweethome3d.sh b/debian/sweethome3d.sh
index 431bce6..5e8ffe0 100755
--- a/debian/sweethome3d.sh
+++ b/debian/sweethome3d.sh
@@ -3,7 +3,7 @@
 #
 BASEPATH=/usr/share/sweethome3d
 JAVA_ARGS="-Djava.library.path=/usr/lib/jni \
- -Dcom.eteks.sweethome3d.applicationFolders=~/.eteks/sweethome3d:/usr/share/sweethome3d"
+ -Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d"
 
 . /usr/lib/java-wrappers/java-wrappers.sh
 

-- 
sweethome3d - Interior 2D design application with 3D preview



More information about the pkg-java-commits mailing list