All pastes #2052768 Raw Edit

Someone

public text v1 · immutable
#2052768 ·published 2011-05-02 07:36 UTC
rendered paste body
297a298
> 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 )