diff options
Diffstat (limited to 'install.do')
| -rw-r--r-- | install.do | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PREFIX="${PREFIX:-/usr}" BINDIR="${BINDIR:-$PREFIX/bin}" +MANDIR="${MANDIR:-$PREFIX/share/man}" if haredo all; then install -Dm755 ./srtplay "$BINDIR"/srtplay + install -Dm755 ./srtplay.1 "$MANDIR"/man1/srtplay.1 fi |
