diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-17 23:14:37 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-28 19:23:24 +0200 |
commit | 0db948e88d46818164c820e4915b0e9addc4d07f (patch) | |
tree | cc0d46ed02b3d855eed8a03ab1b8101b74e7b74a /branding/templates | |
parent | e26305eb7b2cf037fc85486adf767b1147f07e1f (diff) |
[bug] fix snap hooks path
Diffstat (limited to 'branding/templates')
-rwxr-xr-x | branding/templates/snap/local/pre/pack_installers | 2 |
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') |