smpeg: removed extraneous read, thanks Sander

This commit is contained in:
Matt Housh 2006-10-11 13:28:37 +00:00
parent 6ec4fd47f8
commit 56832ed2a2

View File

@ -12,7 +12,6 @@ build() {
cd $name-$version
./configure --prefix=/usr
sed -i -e 's|\(libsmpeg_la_LDFLAGS = .*\)|\1 -lstdc++|' Makefile
read blah
make
make install DESTDIR=$PKG
}