Remove execute permissions from manpage

This commit is contained in:
aulonsal 2021-04-02 05:49:37 +05:30
parent 0eef02f9f9
commit ff53710f69
No known key found for this signature in database
GPG Key ID: A844B4CD17044BC8

View File

@ -2,7 +2,7 @@ all:
go build -o bin/tt src/*.go
install:
install -m755 bin/tt /usr/local/bin
install -m755 tt.1.gz /usr/share/man/man1
install -m644 tt.1.gz /usr/share/man/man1
assets:
python3 ./scripts/themegen.py
./scripts/pack themes/ words/ quotes/ > src/packed.go