diff --git a/Makefile b/Makefile index abeaeb1..34cfe20 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: clean: rm antifetch antifetch.1 install: - install -m0755 antifetch ${PREFIX}/bin/antifetch - install -m0644 antifetch.1 ${PREFIX}/share/man/man1/antifetch.1 + install -Dm0755 antifetch ${PREFIX}/bin/antifetch + install -Dm0644 antifetch.1 ${PREFIX}/share/man/man1/antifetch.1 uninstall: rm ${PREFIX}/bin/antifetch ${PREFIX}/share/man/man1/antifetch.1 diff --git a/go.mod b/go.mod index 4c1a007..82df673 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.kyoko-project.wer.ee/akoizumi/antifetch +module marisa.chaotic.ninja/antifetch go 1.18