Update to new upstream release 2.1.0 OBS-URL: https://build.opensuse.org/request/show/400404 OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=36
20 lines
478 B
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"
|