aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-04-23 11:54:15 +0200
committerFrederic Marec <frederic.marec@iot.bzh>2019-04-23 11:56:52 +0200
commitc32fc14acde7ef97ebaf99f17143618329f698c0 (patch)
tree21cb216f6a58ef451bff067151e65e4975c18558
parent9fab427304ad25818a26f6dbca67036116ee83ae (diff)
Fix .deb packaging following review 20926
Change-Id: I4ccc2b1559617a00d9096b225e6a4f2af15534f6 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r--packaging/deb/debian.rules2
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: