debian: break hardlink before modifying debian/....dkms

(When building using qubes-builder) otherwise the change will be visible
in original source tree as uncommitted. Not a bad thing, just
inconvenience.
This commit is contained in:
Marek Marczykowski-Górecki 2015-11-27 16:41:22 +01:00
parent b625704edd
commit 14297508e5
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -33,6 +33,7 @@ install-debian-kernel-support:
$(MAKE) -C initramfs-tools install
$(MAKE) -C kernel-modules install
# expand module version
rm -f debian/qubes-kernel-vm-support.dkms
echo debian/tmp/usr/src/u2mfn-*/dkms.conf > debian/qubes-kernel-vm-support.dkms
clean: