diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-12 17:51:01 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-12 17:51:01 +0000 |
commit | f9834f217db017ca64fe27caad5764e4c97fea3f (patch) | |
tree | 205c2c639ed0c4506d78b0eafd637708d81fb3ba | |
parent | 6811633ba24b64e0ac65e9731a8c9ea66943f8cb (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.debian | 2 |
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 |