Re: Some more Help needed for a beginner
"Isak Savo" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
2008/1/23, Isak Savo <[email protected]>: > 2008/1/23, Anjan Santra <[email protected]>: > > > > Hi Isak, > > Since I found so many ppl on the net who have fallen in love with > > autopackage, I guess it is very easy to do a package. > > It is, if you know how to do it :) > > > So definitely I am doing something which is more than a mistake, maybe a > > blunder! > If you still can't make it work, create a tar archive > and mail it to me ([email protected]) and I'll try it Ok, I've tried your code and you've forgotten to modify your generated .apspec file. (Another reason you should use the GUI tool instead.. I seem to be nagging about this in every mail now ;-) First warning: FAIL: Could not locate skeleton package for '@whatever.you/need' Remove the "require @whatever.you/need" line You also had nothing in the [imports] section, which effectively means your package will be empty. [BuildPrepare] section must install stuff to $build_root, nothing else. Also, the installExe function should have "usr/bin/*" as argument, not "bin/*".. (I was confused by this too) Working .apspec attached -Isak --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]
default.apspec
(application/octet-stream, 847 B) - not displayed