From ebf576a4c4a11644c1b2afc41088aee83ac3f387 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 5 Dec 2006 10:20:32 +0100 Subject: [PATCH] * Fix small typo in dpkg-scanpackages tip. --- debian/changelog | 6 ++++++ grml_tips | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.1.4