diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-23 11:54:15 +0200 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2019-04-30 07:19:42 +0000 |
commit | f22ece15d75eb7a7bde6310890285643d5787a96 (patch) | |
tree | c6d760d564f6565ac5ff4316ec4f25854178e85e /packaging | |
parent | 6a869702e5d5099f156879f16d93a78b799afa2d (diff) |
Fix .deb packaging following review 21188guppy_7.0.4guppy_7.0.3guppy_7.0.2guppy/7.0.4guppy/7.0.3guppy/7.0.27.0.47.0.37.0.2guppy
Bug-AGL: SPEC-2363
Change-Id: I4ccc2b1559617a00d9096b225e6a4f2af15534f6
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
(cherry picked from commit c32fc14acde7ef97ebaf99f17143618329f698c0)
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: |