Browse Source

seamonkey: fixed header source directory

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

8
www/seamonkey/seamonkey.conf

@ -36,10 +36,10 @@ 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 mkdir -p $includedir/$pkg-$ver/xpcom
cp -v xpcom/base/nscore.h $includedir/$pkg-$ver/xpcom/ cp -v mozilla/xpcom/base/nscore.h $includedir/$pkg-$ver/xpcom/
cp -v xpcom/glue/nsDebug.h $includedir/$pkg-$ver/xpcom/ cp -v mozilla/xpcom/glue/nsDebug.h $includedir/$pkg-$ver/xpcom/
cp -rL dist/include/* $includedir/$pkg-$ver/ cp -rL mozilla/dist/include/* $includedir/$pkg-$ver/
cp -rL dist/public/* $includedir/$pkg-$ver/ cp -rL mozilla/dist/public/* $includedir/$pkg-$ver/
echo "Creating /etc/profile.d/$pkg ..." echo "Creating /etc/profile.d/$pkg ..."
cat <<- EOT > $root/etc/profile.d/$pkg cat <<- EOT > $root/etc/profile.d/$pkg

Loading…
Cancel
Save