[Bug 2533] the install process should support $DESTDIR

Wine Bugs wine-bugs at winehq.org
Tue Feb 7 22:33:24 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=2533





------- Additional Comments From vapier at gentoo.org  2006-07-02 22:33 -------
for example, the proposed patch would break programs/Makefile.in:
$(INSTALLPROGS:%=%/__installprog__): install-apploader
    $(RM) $(bindir)/`dirname $@` && \
    $(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`

the resulting link would be pointing to $(DESTDIR)$(bindir) instead of just
$(bindir) ...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list