summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 022a22b..b53df4c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ install-pkgconfig: $(pkgconfigs)
install -Dm755 $^ -t "$(DESTDIR)$(PREFIX)$(pkgconfigdir)"
install-include:
- install -Dm755 -d include/alsa "$(DESTDIR)$(PREFIX)$(includedir)"
+ cp -r include "$(DESTDIR)$(PREFIX)$(includedir)"
install: install-lib install-symlinks install-pkgconfig install-include