From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- spectro/oeminst.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 spectro/oeminst.c (limited to 'spectro/oeminst.c') diff --git a/spectro/oeminst.c b/spectro/oeminst.c old mode 100644 new mode 100755 index 726a54c..3a4b03b --- a/spectro/oeminst.c +++ b/spectro/oeminst.c @@ -30,6 +30,7 @@ #include "conv.h" #include "aglob.h" #include "oemarch.h" +#include "cgats.h" #include "xspect.h" #include "disptechs.h" #include "ccmx.h" @@ -260,7 +261,8 @@ main(int argc, char *argv[]) { int npaths = 0; /* Get destination path. This may drop uid/gid if we are su */ - if ((npaths = xdg_bds(NULL, &paths, xdg_data, xdg_write, scope, install_name)) < 1) { + if ((npaths = xdg_bds(NULL, &paths, xdg_data, xdg_write, scope, xdg_none, + install_name)) < 1) { error("Failed to find/create XDG_DATA path '%s'",install_name); } if (install) -- cgit v1.2.3