diff --unified --recursive --text a/Makefile b/Makefile --- a/Makefile 2020-02-18 20:09:18.000000000 +0200 +++ b/Makefile 2020-03-07 11:53:35.010020726 +0200 @@ -7,8 +7,8 @@ TOLOCALIZE = extension.js widget.js playlist.js file-chooser.js prefs.js node_scripts/messages.js MSGSRC = $(wildcard ./po/cast-to-tv/*.po) POTFILE = ./po/cast-to-tv/cast-to-tv.pot -ZIPFILES = *.js *.json node_scripts webplayer schemas locale appIcon nautilus COPYING README.md -INSTALLPATH = ~/.local/share/gnome-shell/extensions +ZIPFILES = *.js *.json node_scripts node_modules webplayer schemas locale appIcon nautilus COPYING README.md +INSTALLPATH = $(PKGDIR)/usr/share/gnome-shell/extensions # Add-ons translations # POFOLDERS = $(wildcard ./po/cast-to-tv-*-addon)