Closed
Bug 268414
Opened 20 years ago
Closed 20 years ago
Aviary branch browser/app/Makefile.in line 323 uses $(destdir) instead of $(DESTDIR)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: polleke, Assigned: bryner)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041103 Firefox/1.0RC1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041103 Firefox/1.0RC1 http://lxr.mozilla.org/aviarybranch/source/browser/app/Makefile.in Line 323: $(SYSINSTALL) $(IFLAGS1) $^ $(destdir)$(bindir)/defaults/profile Shouldn't that be $(DESTDIR)? It gives me a problem when setting a DESTDIR. It will install to the prefix and not destdir/prefix. Changing $(destdir) to $(DESTDIR) fixes it. Reproducible: Always Steps to Reproduce:
Updated•20 years ago
|
Assignee: nobody → bryner
Product: Browser → Firefox
QA Contact: core.build-config → asa
| Reporter | ||
Comment 1•20 years ago
|
||
Well, the branch has been tagged now. Not really intersting anymore. And on the trunk is has been fixed: bug 255958
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•