diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-23 11:58:59 +0200 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2019-04-30 07:18:39 +0000 |
commit | f983fa957119612ce968b5fed5de7937b33bd2a0 (patch) | |
tree | 71f121d2a64c27290c3d8d61f16bc92237a54ec1 /packaging | |
parent | 7b3a94bee2cb1f8a03923a44587baf6308da4944 (diff) |
Fix .deb packaging following review 21188guppy_7.0.2guppy/7.0.27.0.2
Bug-AGL: SPEC-2363
Change-Id: Ia9a4eed88b60039490ca4c880a0b731916b77f8f
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
(cherry picked from commit 886b1208a88e33030e462afcca3b535a9bac5cd9)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/deb/debian.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/deb/debian.rules b/packaging/deb/debian.rules index c4b4d59..4f41f53 100644 --- a/packaging/deb/debian.rules +++ b/packaging/deb/debian.rules @@ -5,7 +5,7 @@ export VERSION=$(shell grep -E "^Version" ../*dsc | sed -r 's/^.*: (.*)-.*/\1/') %: - bash /etc/profile.d/AGL-app-framework-binder.sh + bash /etc/profile.d/agl-app-framework-binder.sh dh $@ override_dh_auto_configure: |