Commit 0b996cdb authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix permissions

parent 71386b62
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,3 +7,7 @@ override_dh_install:
	dh_install
	# fasta.nin files will be (re)build at package installation time to not contain build path
	find debian -name "*.fasta.nin" -delete

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.msh" -exec chmod -x \{\} \;