From 886b1208a88e33030e462afcca3b535a9bac5cd9 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Tue, 23 Apr 2019 11:58:59 +0200 Subject: Fix .deb packaging following review 20926 Change-Id: Ia9a4eed88b60039490ca4c880a0b731916b77f8f Signed-off-by: Frederic Marec --- packaging/deb/debian.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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: -- cgit 1.2.3-korg