wget http://rigaux.org/hexedit-1.2.12.src.tgz tar xzvf hexedit-1.2.12.src.tgz cd hexedit ./configure touch ./mark make install find /usr/local/ -newer ./mark -not -type d > ./list mkdir tmp tar -T ./list -czvf ./tmp/hexedit.tar.gz cd tmp tar -xf ./hexedit.tar.gz rm -r ./usr/local/share/ rm ./hexedit.tar.gz cd .. mksquashfs ./tmp/ ../hexedit.tcz cd .. rm -r ./hexedit/ rm ./hexedit-1.2.12.src.tgz