summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-11-04 15:08:01 +0000
committerTed Trask <ttrask01@yahoo.com>2014-11-04 15:08:01 +0000
commit291c08a981d30565b72ae72abab63aecd01c0356 (patch)
treed17deb1bc85536d66fd16c0436746360c6cd746f /Makefile
parenteaa2dc4ebe770b120fd6049268300c9083f8e4f9 (diff)
downloadacf-db-291c08a981d30565b72ae72abab63aecd01c0356.tar.bz2
acf-db-291c08a981d30565b72ae72abab63aecd01c0356.tar.xz
Use relative path for symlinks for db HTML views
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 776a086..6234086 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ install: install-recursive $(SUBDIRS)
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
for i in $$(ls -1 $(DESTDIR)/$(acflibdir)/db-*.lsp); do\
- ln -sf $$i $(install_dir)/$$(echo "$$(basename $$i)" | sed "s/db/$(APP_NAME)/");\
+ ln -sf ../../lib/$$(basename $$i) $(install_dir)/$$(echo "$$(basename $$i)" | sed "s/db/$(APP_NAME)/");\
done
include config.mk