X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=5f2bb98d143bfdbe18c8abb71cc3def859b46a33;hb=507cf284a27d0664b4f981a43ed419a93680e2d2;hp=c45a56304b928a426a4e50892cda3d56b5b61c4a;hpb=2b44212f45255acbd299ec6040568f247afd5088;p=dwmblocks.git diff --git a/Makefile b/Makefile index c45a563..5f2bb98 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ clean: rm -f *.o *.gch dwmblocks install: output mkdir -p $(DESTDIR)$(PREFIX)/bin - cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin - chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks + install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks