diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-29 21:26:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-29 21:26:26 -0400 |
commit | 65c983a2752567db1e99a47b9212ef56137641b2 (patch) | |
tree | 10feff9a449345db8f64aa6e1710a443385348ee /dh | |
parent | 240e4fdee0f81f1e4ca979cfa8a2fe76f19c5bb3 (diff) | |
download | debhelper-65c983a2752567db1e99a47b9212ef56137641b2.tar.gz |
dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -382,7 +382,6 @@ my @i = qw{ dh_installppp dh_installudev dh_installwm - dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf @@ -393,6 +392,7 @@ my @i = qw{ dh_usrlocal dh_link + dh_installxfonts dh_compress dh_fixperms }; |