[Bug 452195] Review Request: Presto - A tilemap engine using the Allegro game programming library

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 3 21:39:54 UTC 2008


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 kevin at tigcc.ticalc.org  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.




More information about the Fedora-package-review mailing list