X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Frules;h=7b6fc6633527423322a027b828f7f3bb3c81ab8f;hb=fd677a01392b4aeb6996f148e45cffeb0719eabe;hp=ec620f7863d45ca44fd5efed01c3b69c9ad5e012;hpb=60094ccbd1ee5e45b2dbcb96559c4e6ecf2fc640;p=sven%2Ffuse-exfat.git diff --git a/debian/rules b/debian/rules index ec620f7..7b6fc66 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autotools_dev + 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