Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: Presto - A tilemap engine using the Allegro game programming library https://bugzilla.redhat.com/show_bug.cgi?id=452195 ------- Additional Comments From [EMAIL PROTECTED] 2008-07-03 17:39 EST ------- > qmake-qt4 PREFIX="%{buildroot}/%{_prefix}" \ > LIBFINALDIR="%{buildroot}/%{_libdir}" That's invalid, this should be just: qmake-qt4 PREFIX="%{_prefix}" LIBFINALDIR="%{_libdir}" and then use: make install DESTDIR="%{buildroot}" instead of just make install. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
