mkeopkg: slight conformity improvement

This commit is contained in:
Phantop 2023-01-07 11:28:44 -05:00
parent 91e3ab229f
commit 527ef2d456
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
#!/bin/sh
. "$(dirname "$0")"/appmk
part0
APP="$1"
eopkg fc -o "$DIR" "$@"
parallel "unzip -op {} install.tar.xz | tar xJf - -C$DIR" ::: "$DIR"/*.eopkg
rm "$DIR"/*.eopkg
appb
sed -i 2,4s#/bin#/usr/bin# "$DIR"/AppRun
appdwarf "$DIR"
mv "$DIR".sh "$1"
rm -rf "$DIR"
part9