|
|
@ -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/ |
|
|
|