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:
benjamin%smedbergs.us 2006-03-30 13:47:00 +00:00
parent 55684bf424
commit a90c0d51f9

View File

@ -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