You are not logged in.
In my PKGBUILD:
source=("http://cclan.cvs.sourceforge.net/*checkout*/cclan/asdf/asdf.lisp?revision=$pkgver"
the downloaded file is named "asdf.lisp?revision=1.115".
I'd like it to be named "asdf.lisp".
Is there a way to specify the name it should be given when it's downloaded?
The following is ugly:
build() {
mv "asdf.lisp?revision=$pkgver" asdf.lisp
}
Offline
No, you are stuck with that.
Offline
This seems like an easy thing to write a patch for... I'll have a look at makepkg.
Hmm... not so easy seeing the way DLAGENTS are defined in makepkg.conf. I can't think of a simple solution.
Last edited by peets (2008-07-31 13:08:11)
Offline