|
|
@ -62,6 +62,20 @@ src_install () {
|
|
|
|
# Symlink hlsearch so it can be easily found.
|
|
|
|
# Symlink hlsearch so it can be easily found.
|
|
|
|
dosym ../../var/www/localhost/cgi-bin/hlsearch /usr/bin/hlsearch
|
|
|
|
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
|
|
|
|
# No static archives
|
|
|
|
find "${D}" -name '*.la' -delete || die
|
|
|
|
find "${D}" -name '*.la' -delete || die
|
|
|
|
}
|
|
|
|
}
|
|
|
|