https://bugs.kde.org/show_bug.cgi?id=432797

--- Comment #2 from Marcos Dione <mdi...@grulic.org.ar> ---
mdione@diablo:~/tmp/foo$ mkdir bar
mdione@diablo:~/tmp/foo$ touch bar/{a,b,c}

mdione@diablo:~/tmp/foo$ sudo apt install makeself

mdione@diablo:~/tmp/foo$ echo '#! /bin/bash
echo "installed!"' > bar/install.sh
mdione@diablo:~/tmp/foo$ chmod 755 bar/install.sh

mdione@diablo:~/tmp/foo$ makeself bar bar.bin 'bar for foos' ./install.sh
Header is 666 lines long

About to compress 8 KB of data...
Adding files to archive named "bar.bin"...
./
./install.sh
./c
./a
./b
./a
./b
./c
./install.sh
CRC: 2648421794
MD5: fe39420c250a13e5efd2e708d7494a78

Self-extractable archive "bar.bin" successfully created.

mdione@diablo:~/tmp/foo$ ls -l
drwxr-xr-x 2 mdione mdione  4096 feb 13 19:05 bar
-rwxr-xr-x 1 mdione mdione 17023 feb 13 19:05 bar.bin

mdione@diablo:~/tmp/foo$ ./bar.bin
Verifying archive integrity...  100%   MD5 checksums are OK. All good.
Uncompressing bar for foos  100%
installed!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to