X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=d80b4cd1f675e3531ff25f91c2b8aef5afc434aa;hb=cf198ad10e09c9a2237d3412db4225a64171999f;hp=bc925d0292ffc0d6279ec42e816dd5e4d9065722;hpb=d16091a095fc688298550b1de41aad0b158b9761;p=selector.git diff --git a/Makefile b/Makefile index bc925d0..d80b4cd 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # along with selector. If not, see . # -BINARY_PATH = /usr/local/bin +BINARY_PATH = /usr/bin MAN_PATH = /usr/share/man/man1 LDFLAGS=-lcurses @@ -41,7 +41,7 @@ all: selector selector: selector.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) -install: +install: selector install -m 755 selector $(BINARY_PATH) install -m 644 selector.1 $(MAN_PATH) gzip $(MAN_PATH)/selector.1