blob: 9a535f2f4a9efa0a2258d1f2d33837b9964031c6 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
%:
dh $@
override_dh_auto_install:
dh_auto_install --destdir=/usr/src/packages/BUILD/debian/tmp
|