diff options
author | June McEnroe <june@causal.agency> | 2018-11-27 18:30:30 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-27 18:30:30 -0500 |
commit | d8461b7b3ac53eb01d1793937d3b9f60cceae049 (patch) | |
tree | c348db1e9419274b32445aa311de0aab0eb2985b /port/cgram/Makefile | |
parent | Un-hardcode fortune(6) path in cgram (diff) | |
download | src-d8461b7b3ac53eb01d1793937d3b9f60cceae049.tar.gz src-d8461b7b3ac53eb01d1793937d3b9f60cceae049.zip |
Fix ports for Linux
Diffstat (limited to '')
-rw-r--r-- | port/cgram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/cgram/Makefile b/port/cgram/Makefile index 68f96353..1a0b10c1 100644 --- a/port/cgram/Makefile +++ b/port/cgram/Makefile @@ -5,7 +5,7 @@ cgram: clean: rm -f cgram -install: +install: cgram cgram.6 mkdir -p ~/.local/bin ~/.local/share/man/man6 cp cgram ~/.local/bin cp cgram.6 ~/.local/share/man/man6 |