Re: Help needed for a beginner
"Isak Savo" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
2008/1/23, Anjan Santra <[email protected]>: > > Hi Isak, > Thanks for your reply. I made the changes as suggested by you. > > I also did "export > build_root=/home/anjan/helloWorld_INSTALL" (its same for > DESTDIR) Don't do that! :-) > I want the package to go there. > If I run make and make-install, it works fine, but if I run "makepackage" > the folder pointed to by build_root is simply removed. build_root is an autopackage variable, makepackage will set it and your [prepare] section is supposed to put all the files to include in the package into that folder. You should NOT set $build_root to anything. Just make sure that [prepare] puts files into the $build_root directory (which it does, if you used my Makefile + call 'make install DESTDIR=$build_root' from the .apspec). -Isak --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]