diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-13 07:58:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-13 07:58:02 +0000 |
commit | a812364b498d7ef864dfd7548915fdfd800d1d22 (patch) | |
tree | 744bcd0a5b34f0ad66b75dca598c77dafce1e474 /audio/xmcd | |
parent | a6ed2fac249e2af74231cf099dfdc67cc53376de (diff) | |
download | ports-a812364b498d7ef864dfd7548915fdfd800d1d22.tar.gz ports-a812364b498d7ef864dfd7548915fdfd800d1d22.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-ag b/audio/xmcd/files/patch-ag new file mode 100644 index 000000000000..2768e3932083 --- /dev/null +++ b/audio/xmcd/files/patch-ag @@ -0,0 +1,11 @@ +--- ./install.sh.org Fri Feb 4 23:26:20 2000 ++++ ./install.sh Sun Aug 13 00:00:45 2000 +@@ -1065,7 +1065,7 @@ + $ECHO "\t$XMCDLIB/discog" + fi + +-if [ -n "$MANDIR" ] ++if [ -n "$MANDIR" -a ! -d "$MANDIR" ] + then + make_dir $MANDIR $DIRPERM $OWNER $GROUP + fi |