mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
12 lines
359 B
Diff
12 lines
359 B
Diff
diff --git a/Makefile b/Makefile
|
|
index d5223ae..e212e79 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -49,7 +49,6 @@ uninstall:
|
|
install: $(BIN)
|
|
install -d $(DESTDIR)/usr/sbin
|
|
install -d $(DESTDIR)/etc
|
|
- install -d $(DESTDIR)/lib/systemd/system
|
|
install -d $(DESTDIR)/usr/share/doc/mbpfan
|
|
install $(BIN) $(DESTDIR)/usr/sbin
|
|
install -m644 $(CONF) $(DESTDIR)/etc
|