src/prefs.js: rename to src/mobile-config-prefs.js (MR 2)
Give the file the same name in the source dir, as it will have after installing.
This commit is contained in:
parent
ca344c8514
commit
8ffc75757f
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -25,8 +25,8 @@ out/userChrome.css: $(USERCHROME_FILES) out
|
|||
install: all
|
||||
install -Dm644 src/policies.json \
|
||||
"$(DESTDIR)/etc/firefox/policies/policies.json"
|
||||
install -Dm644 src/prefs.js \
|
||||
"$(DESTDIR)/$(FIREFOX_DIR)/defaults/pref/mobile-config.js"
|
||||
install -Dm644 src/mobile-config-prefs.js \
|
||||
"$(DESTDIR)/$(FIREFOX_DIR)/defaults/pref/mobile-config-prefs.js"
|
||||
install -Dm644 src/mobile-config-autoconfig.js \
|
||||
"$(DESTDIR)/$(FIREFOX_DIR)/mobile-config-autoconfig.js"
|
||||
install -Dm644 "out/home.html" \
|
||||
|
|
Loading…
Reference in a new issue