summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/deb/debian.rules
blob: 5bc5fc2f4740e9afe849f05333fdcb035d1b1fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	bash /etc/profile.d/AGL-app-framework-binder.sh
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/opt/AGL/afm/applications/

override_dh_auto_install:
	dh_auto_install --destdir=/usr/src/packages/BUILD/debian/tmp