mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
Split compilation config options into separate config file
This commit is contained in:
@@ -21,6 +21,7 @@ install: build/bpm config/
|
||||
# Install files
|
||||
install -Dm755 build/bpm $(DESTDIR)$(BINDIR)/bpm
|
||||
install -Dm644 config/bpm.conf $(DESTDIR)$(SYSCONFDIR)/bpm.conf
|
||||
install -Dm644 config/bpm-compilation.conf $(DESTDIR)$(SYSCONFDIR)/bpm-compilation.conf
|
||||
|
||||
uninstall:
|
||||
rm $(DESTDIR)$(BINDIR)/bpm
|
||||
|
||||
Reference in New Issue
Block a user