From c22a96e877bcf2398c523ac80a1ad2d5dc44b0e8 Mon Sep 17 00:00:00 2001 From: celso Date: Tue, 6 Jun 2023 00:05:32 -0300 Subject: [PATCH] fixed typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f28089e..a33a720 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ FILENAME = getvods all: $(info modify the Makefile with the directory you wish to place the script in) - $(info default is $(INSTALLDIR)) + $(info default is /usr/bin) $(info place your client_secret and client_id in ~/.config/getvods) $(info run make install as root to install the script at $(INSTALLDIR)/$(FILENAME) when you're ready) $(info run make uninstall as root to remove script)