From: Michael Prokop Date: Tue, 5 Dec 2006 09:20:32 +0000 (+0100) Subject: * Fix small typo in dpkg-scanpackages tip. X-Git-Tag: 0.3-14 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=ebf576a4c4a11644c1b2afc41088aee83ac3f387 * Fix small typo in dpkg-scanpackages tip. --- diff --git a/debian/changelog b/debian/changelog index 5c44d85..06927a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.3-14) unstable; urgency=low + + * Fix small typo in dpkg-scanpackages tip. + + -- Michael Prokop Tue, 5 Dec 2006 10:20:15 +0100 + grml-tips (0.3-13) unstable; urgency=low * Update all kernel version references (from 2.6.17 to 2.6.18), diff --git a/grml_tips b/grml_tips index 32ca6eb..997954e 100644 --- a/grml_tips +++ b/grml_tips @@ -2022,7 +2022,7 @@ How to use APT locally Sometimes you have lots of packages .deb that you would like to use APT to install so that the dependencies would be automatically solved. Solution: -mkdir ~debs +mkdir debs dpkg-scanpackages debs /dev/null | gzip > debs/Packages.gz echo " deb file:/root debs/" >> /etc/apt/sources.list dpkg-scansources debs | gzip > debs/Sources.gz