|
|
@ -62,10 +62,11 @@ EOP |
|
|
|
eval $MAKE -f client.mk build ; eval $MAKE install |
|
|
|
|
|
|
|
echo "Copy all mozilla include files" \ |
|
|
|
"(required for building galeon) ..." |
|
|
|
"(required for building galeon, evolution, etc.) ..." |
|
|
|
cp -v xpcom/base/nscore.h /usr/include/mozilla-$ver/xpcom/ |
|
|
|
cp -v xpcom/glue/nsDebug.h /usr/include/mozilla-$ver/xpcom/ |
|
|
|
cp -rL dist/include/* /usr/include/mozilla-$ver/ |
|
|
|
cp -rL dist/public/* /usr/include/mozilla-$ver/ |
|
|
|
|
|
|
|
echo "Run the component registration ..." |
|
|
|
cd $MOZILLA_FIVE_HOME |
|
|
|