[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Fixes for cookutils
- From: Christopher Rogers <slaxemulator@xxxxxxxxx>
- Date: Fri, 20 May 2011 07:34:33 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=V3DREXWTwxiaaDg2OxM3w7oC/qOSGsnCc5918+WQtnQ=; b=aiS9uHEVuGKJmLFPIbEE4GOKVhlNCBl428In1KHmrygO00lhEG/UosDc1C7qN9QHAV wAEFnAun+necdMH4wlhY2IkQpN0OKFP4pogFpFwQlKd6uHAJHHMdbcTK8Hyerph42Gbj +vm3aCXZZAdLiWIfzG7U/z3729Y2MmuYkj0f0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=efF7oC5YgqT/m80pYIdz6G+Cy9b4JBVN8nXPPy75bhwEtgFSodLGOMKnsTbNzVv59t 0yhKhuh2YvD0aFPtevBt0w+jp/RovdH4K2yjWAqzK+chOYVPxPh/P64KaDAr+IuGz6Zb 2xpoarKI1/QWH/vUYDs5P0iZlN8HJih7JRgig=
I found a typo in cooker daemon script.
on line: 23
if [ ! $(mount | grep -q ${roots}$SLITAZ/src) ]
it should be more like this:
if [ ! $(mount | grep -q ${rootfs}/$SLITAZ/src) ]; then
Also i added full support for lzma recompressing. NOTE: I will still need to add support for get-src to repack sources if LZMA_SRC is used. We need a norepack option for stuff like icedjava6 that needs the original archive. Thats why i'm against a bulk recompress.
https://bitbucket.org/godane/my-cookutils/changeset/ba6f23900b2a
Here is another commit for when TARBALL's are files like scripts (ex.. winetricks):
https://bitbucket.org/godane/my-cookutils/changeset/8339f38b6c7b
Also i'm going to adding a lot of fixes tomorrow. So if you can come on irc please.