summaryrefslogtreecommitdiff
path: root/branding/templates/snap
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-17 23:14:37 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-28 19:23:24 +0200
commit0db948e88d46818164c820e4915b0e9addc4d07f (patch)
treecc0d46ed02b3d855eed8a03ab1b8101b74e7b74a /branding/templates/snap
parente26305eb7b2cf037fc85486adf767b1147f07e1f (diff)
[bug] fix snap hooks path
Diffstat (limited to 'branding/templates/snap')
-rwxr-xr-xbranding/templates/snap/local/pre/pack_installers2
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/snap/local/pre/pack_installers b/branding/templates/snap/local/pre/pack_installers
index 58134cc..6c4ddd5 100755
--- a/branding/templates/snap/local/pre/pack_installers
+++ b/branding/templates/snap/local/pre/pack_installers
@@ -4,7 +4,7 @@ import subprocess
from base64 import encodestring as encode
HELPDIR = '../../../../../helpers'
-INSTALL = 'hooks/install'
+INSTALL = '../../hooks/install'
POLKIT_FILE = os.environ.get('POLKIT_FILE')
APP_NAME = os.environ.get('APP_NAME')