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:
Oliver Smith 2020-08-20 21:49:27 +02:00 committed by Arnaud Ferraris
parent ca344c8514
commit 8ffc75757f
2 changed files with 2 additions and 2 deletions

View file

@ -25,8 +25,8 @@ out/userChrome.css: $(USERCHROME_FILES) out
install: all install: all
install -Dm644 src/policies.json \ install -Dm644 src/policies.json \
"$(DESTDIR)/etc/firefox/policies/policies.json" "$(DESTDIR)/etc/firefox/policies/policies.json"
install -Dm644 src/prefs.js \ install -Dm644 src/mobile-config-prefs.js \
"$(DESTDIR)/$(FIREFOX_DIR)/defaults/pref/mobile-config.js" "$(DESTDIR)/$(FIREFOX_DIR)/defaults/pref/mobile-config-prefs.js"
install -Dm644 src/mobile-config-autoconfig.js \ install -Dm644 src/mobile-config-autoconfig.js \
"$(DESTDIR)/$(FIREFOX_DIR)/mobile-config-autoconfig.js" "$(DESTDIR)/$(FIREFOX_DIR)/mobile-config-autoconfig.js"
install -Dm644 "out/home.html" \ install -Dm644 "out/home.html" \