From c169724ef1f94999a59edac671966fa1d895bae7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 10 Aug 2010 11:57:49 +0200 Subject: [PATCH] seamonkey: fixed header source directory --- www/seamonkey/seamonkey.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/seamonkey/seamonkey.conf b/www/seamonkey/seamonkey.conf index e64e6d286..92a037405 100644 --- a/www/seamonkey/seamonkey.conf +++ b/www/seamonkey/seamonkey.conf @@ -36,10 +36,10 @@ 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/ - cp -rL dist/public/* $includedir/$pkg-$ver/ + cp -v mozilla/xpcom/base/nscore.h $includedir/$pkg-$ver/xpcom/ + cp -v mozilla/xpcom/glue/nsDebug.h $includedir/$pkg-$ver/xpcom/ + cp -rL mozilla/dist/include/* $includedir/$pkg-$ver/ + cp -rL mozilla/dist/public/* $includedir/$pkg-$ver/ echo "Creating /etc/profile.d/$pkg ..." cat <<- EOT > $root/etc/profile.d/$pkg