X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Frules;h=7b6fc6633527423322a027b828f7f3bb3c81ab8f;hb=fd677a01392b4aeb6996f148e45cffeb0719eabe;hp=dfe3dc1bba05daa2eeef610e5e2d0e9ab1b7477d;hpb=b34d57426ec1f50b7a3a70b96ac5160e194866aa;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