cd  $SOURCE_DIRECTORY  &&
tar cf - stlport | (cd /usr/include; tar xf -)  &&
chmod -R a+r /usr/include/stlport  &&
chown -R root:root /usr/include/stlport  &&
(cd lib; tar cf - --exclude=CVS --exclude=.cvsignore .) | (cd /usr/lib; tar xf -)  &&
chown -R root:root /usr/lib/libstlport*  &&
export  PATH=${PATH_HOLD}
