Someone
public text v1 · immutable297a298
> mkdir -p $PKG/usr/share/mplayer/skins
377,378c378,379
< ( find $PKG | xargs file | grep -e "executable" -e "shared object" \
< | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null )
---
> #( find $PKG | xargs file | grep -e "executable" -e "shared object" \
> # | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null )