diff options
author | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 10:46:55 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 10:46:55 +0200 |
commit | fcb250efba23ae522c4c8cb03c47dd40edcf9603 (patch) | |
tree | 3756bd1748842a3f1049d857e8412f148a8741b9 /README | |
parent | Initial commit (diff) | |
download | flxutils-fcb250efba23ae522c4c8cb03c47dd40edcf9603.tar.xz |
[RELEASE] flxutils-0.1.4.2v0.1.4.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +Warning !!! + + 1) this package should be compiled with the "pkg" command distributed with Formilux + 2) dietlibc and sstrip are needed for most small utilities. Since they're not available + everywhere, a pre-compiled version of these utilities is provided. To avoid unexpected + cleanups, "pkg clean" only cleans the minimum, and you have to use "pkg distclean" to + clean everything. Don't do it if you don't have all the tools to rebuild ! In this case, + proceed this way : + + # pkg compile ; pkg prepack ; pkg strip ; pkg pack ; pkg clean + +Note: the "pkg" command uses several special variables which can be defined in +the pkg file : + - PATCH_LIST is a list of patches to apply with "pkg patch" or revert with + "pkg unpatch" ; + - FILE_LIST contains the name of a file (.flxfiles) which contains a listing + of all files of the current directory to be archived in the package, + instead of making a tar of .flxdisk. Note that do_prepack() and do_strip() + should be redefined in this case (at least to do nothing). + |