diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8b47f81..3138fb8 100755 --- a/debian/rules +++ b/debian/rules @@ -1044,7 +1044,7 @@ ifeq (illumos,$(DEB_HOST_ARCH_OS)) ln -sf ld $(pwd)/$(d_bin)/$(PF)/bin/ld_sol2 for prog in ld as nm ; do \ ln -sf $$prog $(pwd)/$(d_bin)/$(PF)/bin/g$$prog ; \ - ln -sf $$prog.1.gz $(pwd)/$(d_bin)/$(PF)/share/man/man1/g$$prog.1.gz ; \ + ln -sf $$prog.1.gz $(pwd)/$(d_com)/$(PF)/share/man/man1/g$$prog.1.gz ; \ done endif |