X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Frules;h=7b6fc6633527423322a027b828f7f3bb3c81ab8f;hb=912ae172bc5c8d16b2a0eae0894b9414b66f8e61;hp=dfe3dc1bba05daa2eeef610e5e2d0e9ab1b7477d;hpb=cfab0ed6fbc790e338aeb116200a80f50ebe0682;p=sven%2Ffuse-exfat.git diff --git a/debian/rules b/debian/rules index dfe3dc1..7b6fc66 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ - --sbindir=/sbin \ + --prefix=/usr \ + +override_dh_auto_install: + dh_auto_install + rm debian/exfat-fuse/usr/sbin/mount.exfat