aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3fd009..ef5de9e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ clean:
install: libuconfig.a
mkdir -p $(PREFIX)/lib $(PREFIX)/include
- cp libuconfig.a $(PREFIX)/lib/
- cp include/uconfig.h $(PREFIX)/include/
+ install --mode=0644 libuconfig.a $(PREFIX)/lib/
+ install --mode=0644 include/uconfig.h $(PREFIX)/include/
.PHONY: all check clean install