Bug 331777 - JS components aren't installed with the correct permissions, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me
git-svn-id: svn://10.0.0.236/trunk@193261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
55684bf424
commit
a90c0d51f9
@ -1490,12 +1490,12 @@ endif # SDK_XPIDLSRCS
|
||||
ifdef EXTRA_COMPONENTS
|
||||
libs:: $(EXTRA_COMPONENTS)
|
||||
ifndef NO_DIST_INSTALL
|
||||
$(INSTALL) $(IFLAGS2) $^ $(FINAL_TARGET)/components
|
||||
$(INSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/components
|
||||
endif
|
||||
|
||||
install:: $(EXTRA_COMPONENTS)
|
||||
ifndef NO_INSTALL
|
||||
$(SYSINSTALL) $(IFLAGS2) $^ $(DESTDIR)$(mozappdir)/components
|
||||
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/components
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user