[conty] fix chmod +x

This commit is contained in:
Gwenhael Le Moine 2023-06-14 07:36:41 +02:00
parent 698e2ac2e0
commit 2c4a0c036a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -56,6 +56,9 @@ cat <<EOF > steam
$PREFIX/bin/conty steam "\$@"
EOF
chmod +x steam
chmod +x "$PKG$PREFIX"/bin/*
mkdir -p "$PKG$PREFIX/share/applications/"
cat <<EOF > "$PKG$PREFIX/share/applications/steam.desktop"
@ -81,8 +84,6 @@ Name=$prg
EOF
done
chmod +x "$PKG$PREFIX/bin/*"
# ( cd "$PKG" || exit 1
# find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null