Merge pull request #2 from mrchainman/master

Added chmod in Makefile to prevent execution errors
This commit is contained in:
Luke Smith
2020-03-02 10:30:11 -05:00
committed by GitHub

View File

@@ -7,3 +7,4 @@ clean:
install: output install: output
mkdir -p /usr/local/bin mkdir -p /usr/local/bin
cp -f dwmblocks /usr/local/bin cp -f dwmblocks /usr/local/bin
chmod 755 /usr/local/bin/dwmblocks