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 | ec04274cff5deb21137f5c1a0064d85107d59616 (patch) | |
tree | affd5e49f047ccfde8aa59c4e774443d2f894453 /port/cgram | |
parent | Un-hardcode fortune(6) path in cgram (diff) | |
download | src-ec04274cff5deb21137f5c1a0064d85107d59616.tar.gz src-ec04274cff5deb21137f5c1a0064d85107d59616.zip |
Fix ports for Linux
Diffstat (limited to 'port/cgram')
-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 |