Talk:IPKG Howto

From OESF

Revision as of 19:15, 3 December 2006 by Inv (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

is it possible to change ipkg-build.sh file ? the native tar of cacko 1.23 version doesn't support -z compression. its better to change "tar -C ... -czf output_file ." to "tar -C ... -cf - . | gzip -c >output_file"

Personal tools