diff options
author | ormorph <roma251078@mail.ru> | 2024-06-24 00:00:22 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-06-24 08:29:19 +0200 |
commit | 003cfce06c95823e14ee3dce50ae7e9af072117c (patch) | |
tree | 2feac2ffdce2a8e5850c184d0fedbf47c1ab2286 | |
parent | 9a472268a6d1bec396f2987a3fb52ef29463ac32 (diff) | |
download | tde-packaging-gentoo-003cfce06c95823e14ee3dce50ae7e9af072117c.tar.gz tde-packaging-gentoo-003cfce06c95823e14ee3dce50ae7e9af072117c.zip |
Add symlinks for compatibility with applications using htdig
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 49c0056fb5ee00ab877e97bcbc44d107a5916731)
-rw-r--r-- | www-misc/hldig/hldig-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www-misc/hldig/hldig-1.0.2.ebuild b/www-misc/hldig/hldig-1.0.2.ebuild index a9da2cf9..378ebc73 100644 --- a/www-misc/hldig/hldig-1.0.2.ebuild +++ b/www-misc/hldig/hldig-1.0.2.ebuild @@ -62,6 +62,20 @@ src_install () { # Symlink hlsearch so it can be easily found. dosym ../../var/www/localhost/cgi-bin/hlsearch /usr/bin/hlsearch + # Add symlinks for compatibility with applications using htdig + dosym /usr/bin/hldb_dump /usr/bin/htdb_dump + dosym /usr/bin/hldb_load /usr/bin/htdb_load + dosym /usr/bin/hldb_stat /usr/bin/htdb_stat + dosym /usr/bin/hldig /usr/bin/htdig + dosym /usr/bin/hldump /usr/bin/htdump + dosym /usr/bin/hlfuzzy /usr/bin/htfuzzy + dosym /usr/bin/hlload /usr/bin/htload + dosym /usr/bin/hlmerge /usr/bin/htmerge + dosym /usr/bin/hlnotify /usr/bin/htnotify + dosym /usr/bin/hlpurge /usr/bin/htpurge + dosym /usr/bin/hlsearch /usr/bin/htsearch + dosym /usr/bin/hlstat /usr/bin/htstat + # No static archives find "${D}" -name '*.la' -delete || die } |