fltk2: readd fix for install bug

This commit is contained in:
Juergen Daubert 2009-02-18 16:15:00 +01:00
parent a0272357a2
commit 6feabd84dd

View File

@ -11,6 +11,8 @@ source=(http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-$version.tar.bz2)
build() {
cd fltk-2.0.x-$version
sed -i '/fltk2-config/s/^\t/\t$(DESTDIR)/' fluid/Makefile
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-shared \