2016-06-28 13:00:23 +00:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2012-05-11 08:34:41 +0200
|
2016-06-07 09:21:04 +00:00
|
|
|
Subject: postprocess-unix.sh: use correct path
|
|
|
|
|
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"
|