Browse Source

Modified eggdrop to install documentation in .../doc/eggdrop

early
Minto van der Sluis 17 years ago
parent
commit
98f55d158f
  1. 10
      network/eggdrop/eggdrop.conf

10
network/eggdrop/eggdrop.conf

@ -12,4 +12,12 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
hook_add premake 5 "make config" eggdrop_premake() {
# Make sure docs are installed in the correct location.
# --docdir is of no use :(
sed -i "s,/doc,/doc/$pkg,g" doc/Makefile
make config
}
hook_add premake 5 "eggdrop_premake"

Loading…
Cancel
Save