diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 17:06:41 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-07-09 17:06:41 +0200 | 
| commit | 68b90f1d83d5484704e5d3b3ece51166f87cda56 (patch) | |
| tree | 397dc544b16e22d44dbb39f8994442ecfbb1076d | |
| parent | bcbbf4cf15c53062a178bcb8ca7b656f5d74b806 (diff) | |
d/r: fix typo
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/rules b/debian/rules index 39a3984..8d4b33c 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ endif  override_dh_auto_configure:  	dh_auto_configure -- \ -	    -Dunity_support-true $(APPORT) +	    -Dunity_support=true $(APPORT)  override_dh_gnome_clean:  	dh_gnome_clean --no-control | 
