tar -xvzf fbv-1.0b.tar.gz cd fbv-1.0b export CFLAGS="-march=i486 -mtune=i686 -Os -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" export LDFLAGS="-Wl,-O1" ./configure --prefix=/usr/local --without-libungif make elinks ash find . | xargs file | grep "executable" | grep ELF | grep "not stripped" |cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | grep "not stripped" |cut -f 1 -d : | xargs strip -g 2> /dev/null touch /tmp/mark make DESTDIR=/tmp/fbv install-strip make DESTDIR=/tmp/fbv install mkdir /tmp/fbv/usr/local/bin mkdir /tmp/fbv/ mkdir /tmp/fbv/usr mkdir /tmp/fbv/usr/local/ mkdir /tmp/fbv/usr/local/bin make DESTDIR=/tmp/fbv install mkdir /tmp/fbv/usr/local/man mkdir /tmp/fbv/usr/local/man/man1 ls make DESTDIR=/tmp/fbv install cd /tmp ls cd fbv ls vifm cd .. mkdir fbv-doc ls fbv ls vifm find usr -not -type d > fbv.tcz.list cd fbv find usr -not -type d > fbv.tcz.list cd .. cd fbv-doc find usr -not -type d > fbv.tcz.list find usr -not -type d > fbv-doc.tcz.list vifm mkdir fbv quit exit cd .. mksquashfs fbv fbv.tcz mksquashfs fbv-doc fbv-doc.tcz md5sum fbv.tcz > fbv.tcz.md5.txt md5sum fbv-doc.tcz > fbv-doc.tcz.md5.txt ls vifm ls cd /home/tc ls cd fbv ls vifm tar zcf fbv.tar.gz * bcrypt fbv.tar.gz