Browse Source

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

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
764bbc810e
  1. 1
      www/seamonkey/seamonkey.conf

1
www/seamonkey/seamonkey.conf

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

Loading…
Cancel
Save