Add a few template files

This commit is contained in:
2025-04-08 14:11:57 +03:00
parent a0aff54e95
commit d395004658
7 changed files with 161 additions and 5 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ install: build config/
# Install binaries
install -Dm755 build/bpm-* -t $(DESTDIR)$(BINDIR)/
# Install config files
install -Dm644 config/* -t $(DESTDIR)$(SYSCONFDIR)/bpm-utils/
install -dm755 $(DESTDIR)$(SYSCONFDIR)/bpm-utils/
cp -r config/* -t $(DESTDIR)$(SYSCONFDIR)/bpm-utils/
clean:
rm -r build/