librecad/librecad-install.diff

20 lines
478 B
Diff

Subject: postprocess-unix.sh: use correct path
[js] rebase on the top of 2.1.0
---
scripts/postprocess-unix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/scripts/postprocess-unix.sh
+++ b/scripts/postprocess-unix.sh
@@ -3,7 +3,7 @@
THISDIR="`pwd`"
LCDIR="${THISDIR}/librecad"
PIDIR="${THISDIR}/plugins"
-RESOURCEDIR="${THISDIR}/unix/resources"
+RESOURCEDIR=$BUILDDIR
APPDATADIR="${THISDIR}/unix/appdata"
TSDIRLC="${LCDIR}/ts"
TSDIRPI="${PIDIR}/ts"