mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-10 00:46:30 +00:00
10 lines
253 B
Bash
Executable file
10 lines
253 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")"/appmk
|
|
part0
|
|
eopkg fc -o "$DIR" cargo rust
|
|
parallel "unzip -op {} install.tar.xz | tar xJf - -C$DIR" ::: "$DIR"/*.eopkg
|
|
rm -r "$DIR"/usr/lib64/rustlib/i686-unknown-linux-gnu "$DIR"/*.eopkg
|
|
mv "$DIR"/usr/* "$DIR"
|
|
appb
|
|
part9
|