mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 09:42:02 +08:00
12 lines
361 B
Diff
12 lines
361 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -87,7 +87,7 @@ install: minieap minieap.1.gz minieap.service
|
|
install -m 644 minieap.1.gz $(DESTDIR)$(PREFIX)/share/man/man1/
|
|
install -d $(DESTDIR)$(SYSTEMDDIR)/system/
|
|
install -m 644 minieap.service $(DESTDIR)$(SYSTEMDDIR)/system/
|
|
- -systemctl enable minieap
|
|
+ # -systemctl enable minieap
|
|
|
|
.PHONY: uninstall
|
|
uninstall:
|