From a9a7ea2a7ecba39ff663ce79d377e4d5abdb1687 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 30 Jan 2014 11:37:42 +0000 Subject: Install symbolic links to gitano cgis into htdocs --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 242ab57..453c01e 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,9 @@ install: cp bins/* "${DESTDIR}/usr/bin/" mkdir -p "${DESTDIR}/usr/share/trove-setup" cp -r share/* "${DESTDIR}/usr/share/trove-setup/" + + ln -s /usr/lib/gitano/bin/gitano-command.cgi \ + "${DESTDIR}/var/www/htdocs/gitano-command.cgi" + + ln -s /usr/lib/gitano/bin/gitano-smart-http.cgi \ + "${DESTDIR}/var/www/htdocs/gitano-smart-http.cgi" -- cgit v1.2.1