Browse Source

seamonkey: fixed to create destination directory for header files we copy

user/amery/mess
Christian Wiese 14 years ago
parent
commit
764bbc810e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      www/seamonkey/seamonkey.conf

+ 1
- 0
www/seamonkey/seamonkey.conf

@ -35,6 +35,7 @@ EOT
mozilla_postinstall() {
echo "Copy all mozilla include files" \
"(required for building galeon, evolution, etc.) ..."
mkdir -p $includedir/$pkg-$ver/xpcom
cp -v xpcom/base/nscore.h $includedir/$pkg-$ver/xpcom/
cp -v xpcom/glue/nsDebug.h $includedir/$pkg-$ver/xpcom/
cp -rL dist/include/* $includedir/$pkg-$ver/

Loading…
Cancel
Save