various fixes

This commit is contained in:
Stephan Raue 2009-04-16 13:23:31 +02:00
parent 34891e6277
commit ee94bc513d
2 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,10 @@ cd $BUILD/$1*
make
$STRIP `find gst libs plugins -name *.so*`
$STRIP gst/.libs/*.so*
$STRIP libs/gst/*/.libs/*.so*
$STRIP plugins/*/.libs/*.so
#$STRIP `find gst libs plugins -name *.so*`
$MAKEINSTALL

View File

@ -78,6 +78,8 @@ case "$2" in
# Devtools for Cooreboot... (not for Release)
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install superiotool
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install flashrom
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install getpir
#[ "$EXTRACODECS" = yes ] && $SCRIPTS/install extra-codecs-nonfree $1
#[ "$EXTRAFIRMWARES" = yes ] && $SCRIPTS/install extra-firmwares-nonfree $1