summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-12 17:51:01 +0000
committerlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-12 17:51:01 +0000
commitf9834f217db017ca64fe27caad5764e4c97fea3f (patch)
tree205c2c639ed0c4506d78b0eafd637708d81fb3ba
parent6811633ba24b64e0ac65e9731a8c9ea66943f8cb (diff)
fixed oversight with required_debs.txt name
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1750 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--README.debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.debian b/README.debian
index 3fc25f1a..cf4650df 100644
--- a/README.debian
+++ b/README.debian
@@ -6,7 +6,7 @@ via CPAN.
A simple way to do this is to:
-apt-get install `cat required.deb.txt`
+apt-get install `cat required_debs.txt`
cpan
> install Class::Std
> install Config::Std