summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2019-07-09 22:04:02 +0200
committergirst <girst@users.noreply.github.com>2019-07-09 22:06:08 +0200
commitcb644c202d9319a059dc3f96e7de66041ea18ab7 (patch)
tree99d1528e9bf08c1b396a274c47b0de578c1be1a2 /Makefile
parentaa3370144d450f4671919eaed205215f27482b7f (diff)
downloadlegacywolf-cb644c202d9319a059dc3f96e7de66041ea18ab7.tar.gz
legacywolf-cb644c202d9319a059dc3f96e7de66041ea18ab7.zip
don't overwrite chrome.manifest
this hopefully makes the monkey patch update persistent. Note: instead of using FileUtils, this would be another method: const {Services} = Cu.import('resource://gre/modules/Services.jsm'); let manifest = Services.dirsvc.get('GreD', Ci.nsIFile); manifest.append('legacy.manifest');
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 975ed7b..1dccb57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: all install
-files := chrome.manifest
-files += config.js
+files := config.js
files += defaults/pref/config-prefs.js
+files += legacy.manifest
files += legacy/BootstrapLoader.jsm
files += legacy/RDFDataSource.jsm
files += legacy/RDFManifestConverter.jsm