diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 12:21:30 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 12:21:30 +0200 |
commit | 42ff0c9a286596fc67b4e908b696b7d480c04b3f (patch) | |
tree | ebeaf3ceeba0962cc0913e4a4a912ce1f3f60586 /Makefile | |
parent | 55032742d5b9817d8fdbe1e9822b74f12c3d08d6 (diff) | |
download | xutil-42ff0c9a286596fc67b4e908b696b7d480c04b3f.tar.gz |
Makefile: Don't install directories
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ install: install -m 644 *.1 /usr/local/man/man1/ - install `ls -l | awk '$$1 ~ /x$$/ {print $$NF}'` /usr/local/bin + install `ls -l | awk '$$1 ~ /^-/ && $$1 ~ /x$$/ {print $$NF}'` /usr/local/bin |