diff options
Diffstat (limited to 'dh_installchangelogs')
-rwxr-xr-x | dh_installchangelogs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installchangelogs b/dh_installchangelogs index 877aa822..4be52020 100755 --- a/dh_installchangelogs +++ b/dh_installchangelogs @@ -47,6 +47,8 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { # HTML changelog doit("install","-o","root","-g","root","-p","-m644", $upstream,"$TMP/usr/doc/$PACKAGE/changelog.html"); + doit("ln", "-sf", 'changelog.html', + "$TMP/usr/doc/$PACKAGE/changelog"); } else { doit("install","-o","root","-g","root","-p","-m644", |