summaryrefslogtreecommitdiff
path: root/dh_installchangelogs
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:17:26 +0000
committerjoey <joey>1999-08-17 05:17:26 +0000
commitd970cce90a561feb9d92234d18ca72331c16444a (patch)
treeee1fe3db3e449b0d95484276a2ec58c603fca379 /dh_installchangelogs
parentfb9f474eafd007c272a895b932c74ca9c2c7da45 (diff)
downloaddebhelper-d970cce90a561feb9d92234d18ca72331c16444a.tar.gz
r234: Initial Import
Diffstat (limited to 'dh_installchangelogs')
-rwxr-xr-xdh_installchangelogs2
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",