diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-19 21:13:57 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-19 21:13:57 +0100 |
commit | 0f6757204610814c54db2b48f6c3a364fce44956 (patch) | |
tree | b8ecea50d5e2f7d74c43d07db07b1ef0a9d21959 /Makefile | |
parent | 54550dde2ca9c31de0650405e880981b48674153 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |