-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm trying to make a small binary package , which aims to install some X11 fonts to /usr/share/fonts/truetype. Creating such a binary package will allow me to port it on any UNIX/Linux system , very useful.
Firstly i need to compress my fonts to a Font_Name.tar.bz2 , if i want to put the extract script and Font_Name.tar.bz2 together , a single bundle , howto archive it ? Right now , i tried to append the Archive to the script file , Then try to read through the `setup file' except for the first 5 lines. #!/bin/bash tail +5 $0 | tar xvf - -C /tmp exit 0 #======================== //Append Tar.Bz2 file Doesn't looks like a good way , anyone could help ? Thanks in advance ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAku/0cEACgkQvf41sEptMqCJgQCfQESwZdv2QvE9j1q9l1AM4fUZ EW0AoJbplPCW0bnCrzE4wI8IHC9g/Ugk =3kRR -----END PGP SIGNATURE-----