diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 18:08:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 18:08:50 +0000 |
commit | e55c389437eaec7208d9eb5e81eb41a546c5d09f (patch) | |
tree | fb90bd412c506058d237024cbb6b22c30fdc41c6 /audio/mziq/files | |
parent | fdd17161b1aaeabc8702125bd6364ba92a9ed9f2 (diff) |
Notes
Diffstat (limited to 'audio/mziq/files')
-rw-r--r-- | audio/mziq/files/patch-mziq | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mziq/files/patch-mziq b/audio/mziq/files/patch-mziq new file mode 100644 index 000000000000..29caf2ff2146 --- /dev/null +++ b/audio/mziq/files/patch-mziq @@ -0,0 +1,11 @@ +--- mziq.orig Sat Aug 25 01:42:16 2001 ++++ mziq Sat Aug 25 01:42:33 2001 +@@ -52,7 +52,7 @@ + # + # This is the only option you really need to modify. It defines the top-level + # directories where the program will search for files. +-@basedir = ("/storage/mp3"); ++@basedir = ("$ENV{'HOME'}"); + + # These options might work for most people. + # |