diff options
-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: |