http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1013
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From [EMAIL PROTECTED] 2005-04-19 09:16 -------
The latest comment is not backed up by the code. After a Method 1 configure,
the Makefiles do:
Makefile1
-$(INSTALL_FILE) "../include/jri.h" "$(INSTALL_ROOT)/usr/include/qt/"
Makefile2
-$(INSTALL_FILE) "../../../lib/$(TARGET)" "$(INSTALL_ROOT)/usr/lib/$(TARGET)"
Where the defines include:
COPY = cp -f
COPY_FILE= $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE= $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
TARGET = libeditor.a
No install in sight.
Marking WORKSFORKME. Please reopen if a test installation shows that the above
analysis is wrong.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page