diff options
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/rules b/debian/rules index ac1a3573c..4b7ce63ae 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ build:  install: build  	dh_testdir  	dh_testroot -	dh_clean -k +	dh_prep  	dh_installdirs  	# Installing package | 
