[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: building woody bf



"Christian T. Steigies" <cts@debian.org> writes:

>  ftp_archive     := /archive/debian
>  # where required .debs are downloaded
>  archive         := $(ftp_archive)/download
> 
> but it did not help. I have the impression busybox even got deleted there?

Yes. I just looked in common.sh. The function download() uses apt-get to
download all needed files and before downloading it cleans the download-area:

    $APT_GET update
    $APT_GET autoclean
    $APT_GET --download-only install $*

So comment out the autoclean line and copy the .debs to
$(archive)/cache/archives and everything should work fine.

-- 
Until the next mail...,
Stefan.



Reply to: