Added patch from François to fix some problems with opensound-cac211efd60d

This commit is contained in:
Chris Roberts
2010-05-08 22:35:53 +00:00
parent 78991b711d
commit a8c4e57340
2 changed files with 31 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ BUILD {
INSTALL {
cd opensound-cac211efd60d/build
if [ -n "${DESTDIR}" ];then
make package
mkdir -p ${DESTDIR}/boot
cp -R prototype/* ${DESTDIR}/boot
else