summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt4
-rw-r--r--zap/GNUmakefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8ae5831..b0820e5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+# 11.1
+
+* Fix install target;
+
# 11.0
* Remove memcmp and strcmp;
diff --git a/zap/GNUmakefile b/zap/GNUmakefile
index 442cb32..a50f8f6 100644
--- a/zap/GNUmakefile
+++ b/zap/GNUmakefile
@@ -69,7 +69,7 @@ $(LIB): $(OBJS)
install: $(LIB)
mkdir -pm755 "$(HDRDIR)/zap"
mkdir -pm755 "$(LIBDIR)"
- install -m644 "zap/include/zap/"*".h" "$(HDRDIR)/zap"
+ install -m644 "include/zap/"*".h" "$(HDRDIR)/zap"
install -m755 "$(LIB)" "$(LIBDIR)"
clean: