summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-05 11:32:51 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-05 11:32:51 +0100
commit2e241b32840b5a0045978727fc0d867e585fcaa3 (patch)
treeccf2bbb6d1f6025105a6987f8bf7109df469de08 /Makefile
parent715ca852bbfbd011c6ebcba1d08ddb4e15dc77d1 (diff)
downloadtrove-setup-2e241b32840b5a0045978727fc0d867e585fcaa3.tar.gz
Fix syntax error in makefile when copying share/ directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/"