Fixed .bep file for libogg-1.2.0

This commit is contained in:
Scott McCreary
2010-05-12 06:03:20 +00:00
parent f6940e292d
commit dad19e60eb

View File

@@ -6,12 +6,12 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libogg-1.1.4
cd libogg-1.2.0
./configure --prefix=/boot/common
make
}
INSTALL {
cd libogg-1.1.4
cd libogg-1.2.0
make install
}