Fix 'make install' for prefs.js. Patch by Wolfgang Rosenauer, r=me, bug 255958.

This commit is contained in:
bryner%brianryner.com 2004-09-21 23:06:47 +00:00
Родитель 7e5df58078
Коммит 339776ec20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -321,4 +321,4 @@ libs:: $(srcdir)/profile/prefs.js
$(INSTALL) $^ $(DIST)/bin/defaults/profile
install:: $(srcdir)/profile/prefs.js
$(SYSINSTALL) $(IFLAGS1) $^ $(destdir)$(bindir)/defaults/profile
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile