Bug 434497 - "/etc/gre.d file not installed with proper permissions" [r=bsmedberg]

This commit is contained in:
Mike Hommey 2008-10-20 22:21:11 -05:00
parent 1a3b3ba92e
commit a306397cdd

View File

@ -77,7 +77,7 @@ regdir = /etc/gre.d
install:: $(MOZILLA_VERSION).system.conf
$(NSINSTALL) -D $(DESTDIR)$(regdir)
$(SYSINSTALL) $^ $(DESTDIR)$(regdir)
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(regdir)
endif
# Add pkg-config files to the install:: target