Hello again!
It seems I should have read the README a bit closer!

Here's the real (and easier) way of doing it, although I'm convinced it will work both ways:
You need to edit the file 'gar.conf.mk' in [...]/konstruct , find the place where it says GARCHIVEDIR = <whatever> and replace <whatever> with the path to the directory where you downloaded the files.
(You can skip the following part, it's not important.)
-------------------------------------------------------------------------------

Here's what it says in the README:
Change gar.conf.mk to your liking. Some useful options are:
GARCHIVEDIR If you have already downloaded source tarballs set the path here.
And here's what is says in gar.conf.mk :
# The GARCHIVEDIR is a directory containing cached files. It can be created
# manually, or with 'make garchive' once you've started downloading required
# files (say with 'make paranoid-checksum'. Example:
GARCHIVEDIR = /mnt/hda4/kde
That's my path up there, I don't remember the default one.
I wonder if just setting GARCHIVEDIR to your path is enough or if you have to do that 'make garchive' thing, I guess not since it says you can create it manually.
------------------------------------------------------------------------------
Thanks for reading this!
