appimage: AppImageKit-checkrt -> linuxdeploy-plugin-checkrt
This commit is contained in:
parent
415d8c2ea3
commit
416e4c5366
|
@ -89,8 +89,10 @@ mkdir -p "$OUTDIR/usr/bin" "$OUTDIR/usr/lib" "$OUTDIR/usr/lib/pulseaudio" "$OUTD
|
||||||
echo "Building checkrt"
|
echo "Building checkrt"
|
||||||
mkdir -p "$OUTDIR/tmp"
|
mkdir -p "$OUTDIR/tmp"
|
||||||
pushd "$OUTDIR/tmp"
|
pushd "$OUTDIR/tmp"
|
||||||
git clone https://github.com/darealshinji/AppImageKit-checkrt
|
git clone https://github.com/darealshinji/linuxdeploy-plugin-checkrt
|
||||||
cd AppImageKit-checkrt/src
|
cd linuxdeploy-plugin-checkrt
|
||||||
|
git checkout ec6237791c5aeb4cbc1fa00a092d1f7befa58988
|
||||||
|
cd src
|
||||||
make
|
make
|
||||||
cp -a checkrt ../../../usr/optional
|
cp -a checkrt ../../../usr/optional
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
Loading…
Reference in New Issue