2016-06-07 09:21:04 +00:00
|
|
|
Subject: postprocess-unix.sh: use correct path
|
|
|
|
|
|
|
|
[js] rebase on the top of 2.1.0
|
|
|
|
|
2014-05-10 00:17:54 +00:00
|
|
|
---
|
|
|
|
scripts/postprocess-unix.sh | 2 +-
|
2016-06-07 09:21:04 +00:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2014-05-10 00:17:54 +00:00
|
|
|
|
2016-06-07 09:21:04 +00:00
|
|
|
--- a/scripts/postprocess-unix.sh
|
|
|
|
+++ b/scripts/postprocess-unix.sh
|
2014-05-10 00:17:54 +00:00
|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
THISDIR="`pwd`"
|
|
|
|
LCDIR="${THISDIR}/librecad"
|
|
|
|
PIDIR="${THISDIR}/plugins"
|
|
|
|
-RESOURCEDIR="${THISDIR}/unix/resources"
|
|
|
|
+RESOURCEDIR=$BUILDDIR
|
2015-02-01 23:16:34 +00:00
|
|
|
APPDATADIR="${THISDIR}/unix/appdata"
|
2014-05-10 00:17:54 +00:00
|
|
|
TSDIRLC="${LCDIR}/ts"
|
|
|
|
TSDIRPI="${PIDIR}/ts"
|