summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-19 21:13:57 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-19 21:13:57 +0100
commit0f6757204610814c54db2b48f6c3a364fce44956 (patch)
treeb8ecea50d5e2f7d74c43d07db07b1ef0a9d21959 /Makefile
parent54550dde2ca9c31de0650405e880981b48674153 (diff)
Added missing /etc/weblog.confHEADv1.4master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf885a6..0dacc8e 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,9 @@ ADD_DEP=Makefile
install:
mkdir -p $(DESTDIR)/usr/bin
cp $(PROJECTNAME) $(DESTDIR)/usr/bin/
+
+ mkdir -p $(DESTDIR)/etc
+ cp weblog.conf $(DESTDIR)/etc
deb:
dpkg-buildpackage