summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5c9b3c1..7de7229 100644
--- a/Makefile
+++ b/Makefile
@@ -41,19 +41,19 @@ install-bin:
install-font:
@echo installing fonts to ${font_dir}
@mkdir -p ${font_dir}
- @cp data/fonts/* ${font_dir}
+ @cp share/fonts/* ${font_dir}
@chmod 644 ${font_dir}/*
install-img:
@echo installing images to ${image_dir}
@mkdir -p ${image_dir}
- @cp data/images/* ${image_dir}
+ @cp share/images/* ${image_dir}
@chmod 644 ${image_dir}/*
install-examples:
@echo installing examples to ${example_dir}
@mkdir -p ${example_dir}
- @cp data/examples/* ${example_dir}
+ @cp examples/* ${example_dir}
@chmod 644 ${example_dir}/*