diff options
author | joey <joey> | 1999-08-17 05:17:26 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:17:26 +0000 |
commit | d970cce90a561feb9d92234d18ca72331c16444a (patch) | |
tree | ee1fe3db3e449b0d95484276a2ec58c603fca379 /dh_installchangelogs | |
parent | fb9f474eafd007c272a895b932c74ca9c2c7da45 (diff) | |
download | debhelper-d970cce90a561feb9d92234d18ca72331c16444a.tar.gz |
r234: Initial Import
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", |