summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-07-08 14:04:25 -0500
committerAdam Mitz <mitza@objectcomputing.com>2021-07-08 14:04:25 -0500
commitb23362324e929b731f3908c2f1d458d16c524f49 (patch)
tree9305c6cb6d7136ce333774f885bb3ce9992f8948 /ACE/apps
parent061ef9ed8535b6b2ac387e056deb1c71fc45988f (diff)
downloadATCD-b23362324e929b731f3908c2f1d458d16c524f49.tar.gz
make install: use relative links in prefix/share
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/gperf/src/gperf.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/src/gperf.mpc b/ACE/apps/gperf/src/gperf.mpc
index 1f29eff82a1..f65c6f27a60 100644
--- a/ACE/apps/gperf/src/gperf.mpc
+++ b/ACE/apps/gperf/src/gperf.mpc
@@ -17,6 +17,6 @@ project(gperf) : aceexe, install, crosscompile {
verbatim(gnuace, postinstall) {
" @$(MKDIR) $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
-" ln -sf $(INSTALL_PREFIX)/bin/ace_gperf $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
+" ln -sf ../../../bin/ace_gperf $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
}
}