summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-07-09 09:45:05 -0500
committerGitHub <noreply@github.com>2021-07-09 09:45:05 -0500
commit263e4488a7d0618dcbab2e4f5e7995428cde53ca (patch)
treef52f8b9bcc0d1912e5b0e6c3c9500c026967dcc3 /ACE
parent5e3afb9d934fe5d94d26bb4831c7ba7ed35a3c43 (diff)
parentb23362324e929b731f3908c2f1d458d16c524f49 (diff)
downloadATCD-263e4488a7d0618dcbab2e4f5e7995428cde53ca.tar.gz
Merge pull request #1592 from mitza-oci/install-relative
make install: use relative links in prefix/share
Diffstat (limited to 'ACE')
-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"
}
}