* Fix small typo in dpkg-scanpackages tip. 0.3-14
authorMichael Prokop <mika@grml.org>
Tue, 5 Dec 2006 09:20:32 +0000 (10:20 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 5 Dec 2006 09:20:32 +0000 (10:20 +0100)
debian/changelog
grml_tips

index 5c44d85..06927a2 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.3-14) unstable; urgency=low
+
+  * Fix small typo in dpkg-scanpackages tip.
+
+ -- Michael Prokop <mika@grml.org>  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),
index 32ca6eb..997954e 100644 (file)
--- 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