X-Git-Url: http://www.opopop.net/cgi-bin/gitweb.cgi?p=reminder;a=blobdiff_plain;f=Avoid_systemd_on_Debian_Jessie_with_Mate.mdwn;h=ebf60b41914a32c940f38551eef90ba0d812e3c0;hp=41c1ed18147add43491f91a7060e889c05c5b8fc;hb=563806804a556e1f1a7c98902bc552eafd7b8dc3;hpb=632a789530b0215052913b3b2487729152e9c82f diff --git a/Avoid_systemd_on_Debian_Jessie_with_Mate.mdwn b/Avoid_systemd_on_Debian_Jessie_with_Mate.mdwn index 41c1ed1..ebf60b4 100644 --- a/Avoid_systemd_on_Debian_Jessie_with_Mate.mdwn +++ b/Avoid_systemd_on_Debian_Jessie_with_Mate.mdwn @@ -197,7 +197,7 @@ method to do it is to run: mkdir -p ~/my-repo/dists/jessie/main/binary-i386 mv libpam-systemd_215-17+deb8u2bu1_i386.deb ~/my-repo/ - dpkg-scanpackages ~/my-repo /dev/null | gzip > ~/my-repo/dists/jessie/main/binary-i386/Packages.gz + (cd ~/my-repo; dpkg-scanpackages . /dev/null | gzip > dists/jessie/main/binary-i386/Packages.gz) Notice that "dpkg-scanpackages" is available through package *dpkg-dev*.