mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Another attempt at getting cdrtools installed in the right place. My poor attempt at symlinking is broken though, maybe someone else can fix it.
This commit is contained in:
@@ -7,11 +7,18 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd cdrtools-2.01.01
|
||||
# ./configure --prefix=/boot/common
|
||||
patch -p1 -ui ../../patches/cdrtools-2.01.01a77-haiku.patch
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd cdrtools-2.01.01
|
||||
make install
|
||||
if [ -n ${DESTDIR} ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
mkdir -p ${DESTDIR}/common/lib
|
||||
ln -s ${DESTDIR}/apps/cdrtools/cdrecord ${DESTDIR}/common/lib/cdrecord
|
||||
ln -s ${DESTDIR}/apps/cdrtools/mkisofs ${DESTDIR}/common/lib/mkisofs
|
||||
else
|
||||
make install
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user