]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - debian/rules
Set --sbindir=/sbin to stay consistent with the current install location.
[sven/fuse-exfat.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # Uncomment this to turn on verbose mode.
4 export DH_VERBOSE=1
5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6 #export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE
7
8 %:
9         dh $@
10
11 override_dh_auto_configure:
12         dh_auto_configure -- \
13                 --sbindir=/sbin \