Description: Fix installation path for extension
This plugin installs to the user directory by default. This patch modifies
 the makefile to install it to the FHS compliant path instead.
 .
 gnome-shell-extension-dashtodock (53-1) unstable; urgency=medium
 .
   * Initial release
Author: Jonathan Carter <jcarter@linux.com>
---
--- gnome-shell-extension-dashtodock-53.orig/Makefile
+++ gnome-shell-extension-dashtodock-53/Makefile
@@ -6,10 +6,10 @@ EXTRA_MODULES = dockedDash.js intellihid
 EXTRA_MEDIA = logo.svg
 TOLOCALIZE =  prefs.js
 MSGSRC = $(wildcard po/*.po)
-INSTALLBASE = ~/.local/share/gnome-shell/extensions
+INSTALLBASE = debian/tmp/gnome-shell-extension-dashtodock/usr/share/gnome-shell/extensions
 INSTALLNAME = dash-to-dock@micxgx.gmail.com
 
-# The command line passed variable VERSION is used to set the version string 
+# The command line passed variable VERSION is used to set the version string
 # in the metadata and in the generated zip-file. If no VERSION is passed, the
 # current commit SHA1 is used as version number in the metadata while the
 # generated zip file has no string attached.
