summarylogtreecommitdiffstats
path: root/install_node_modules.patch
blob: d37426ebdb9695d9925f99213441bd6781eb766c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)