Hi,

I am trying to build a package using scons. However, the library in
question does not have an install target in it's scons file. The file
is generated in the directory you compiles it in. To install this
file, i therefore have to write my own do_install() procedure. But
instead of having to write my own install rutine, which will be almost
identical in functionality to the manifest_do_install() procedure, i
would like to utilize what has already been written and declare a
manifest array and then call manifest_do_install() in my own
do_install() However, Recipelint gets cross with me and tells me that
the manifest declaration is not allowed in this recipe type.

I have attached the Recipe file in question.

--
Olle

Attachment: Recipe
Description: Binary data

_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to