summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-08-29 21:26:26 -0400
committerJoey Hess <joey@kitenet.net>2013-08-29 21:26:26 -0400
commit65c983a2752567db1e99a47b9212ef56137641b2 (patch)
tree10feff9a449345db8f64aa6e1710a443385348ee /dh
parent240e4fdee0f81f1e4ca979cfa8a2fe76f19c5bb3 (diff)
dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 7f816611..faa82b96 100755
--- a/dh
+++ b/dh
@@ -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
};