From 2e241b32840b5a0045978727fc0d867e585fcaa3 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Wed, 5 Jun 2013 11:32:51 +0100 Subject: Fix syntax error in makefile when copying share/ directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 264b83f..34996f6 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ install: mkdir -p "${DESTDIR}/usr/bin" cp bins/* "${DESTDIR}/usr/bin/" mkdir -p "${DESTDIR}/usr/share/trove-setup" - cp share/* "${DESTDIR}/usr/share/trove-setup/" \ No newline at end of file + cp -r share/* "${DESTDIR}/usr/share/trove-setup/" -- cgit v1.2.1