mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
[conty] fix chmod +x
This commit is contained in:
parent
698e2ac2e0
commit
2c4a0c036a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue