[EMAIL PROTECTED] wrote:

"Malformed" line 13

It is:    deb file://sources/x11

What is wrong?  What do I need to get apt-get update to work


No, it should be:
deb file:/sources/x11 ./

And don't forget to make the "Packages" file in that directory (with dpkg-scanpackages) (supposed you have there some *.deb files only). I don't know what the "override"-file should do, but I do it this way:
cd /sources/x11
touch ov
dpkg-scanpackages ./ ov > Packages

Reply via email to