Hi Joep > Hi, > I have 2 small questions. > 1 In the manual on chapter development under "Building a LEAF package > from the compiled source the following commands are advised for creating > an LRP-package: > tar -c * | gzip -9 > package.lrp > However when following this advice in a directory containing the > directories etc. lib and var the result is an archive in which > package.lrp is included. Well, in that case use "tar -c * | gzip -9 > /some/place/package.lrp" or simply "tar -c * | gzip -9 > ../package.lrp"
> My solution was: tar -c package/* | gzip -9 package.lrp. > 2. This works. I doubt it, since (unless I'm totally off) the "package/" prefix would be part of the pathname in the archive (check the contents of the package with "tar xvft package.lrp" - you will most likely see "package/lib/" and "package/etc/" instead of "lib/" and "etc/") I hope that helps Martin ------------------------------------------------------------------------ leaf-user mailing list: leaf-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/