summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-04 07:30:45 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-04 07:30:45 +0000
commit50075887187e1801f3d3425f20a6b6127ffd7ff8 (patch)
tree3a562e2df3d9abdc76587dbb2acf2314c918deb8 /README
parent885c894656d26c246cc7757f3a29bf237b129227 (diff)
downloadvdr-plugin-muggle-50075887187e1801f3d3425f20a6b6127ffd7ff8.tar.gz
vdr-plugin-muggle-50075887187e1801f3d3425f20a6b6127ffd7ff8.tar.bz2
Added patch for using sockets and improved menu translations
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@199 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c23fb5a..dcd3832 100644
--- a/README
+++ b/README
@@ -122,7 +122,7 @@ Execute these commands on a single line, the \ for the linebreak ist just for pr
echo "use GiantDisc; load data local infile 'musictypes.txt' into table language;" | \
mysql -u root --local-infile=1
- echo "use GiantDisc; load data local infile '$SCRIPTDIR/sources.txt' into table language;" | \
+ echo "use GiantDisc; load data local infile 'sources.txt' into table language;" | \
mysql -u root --local-infile=1
\endverbatim