add DESTDIR install to prospero

This commit is contained in:
Mario Fetka
2024-05-27 20:18:02 +02:00
parent 48c34d8fdb
commit 211e8efbc2
41 changed files with 2367 additions and 28 deletions

10
release/scripts/show_arcompress Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
for i do
x=`grep -n @header_end $i | awk -F: '{print $1}'`
head -$x $i | sed s/compress_lz/raw/
x=`expr $x + 1`
tail +$x $i | zcat | sed s/
//
echo ""
echo ""