Skip to content
Snippets Groups Projects
Commit 44cac2d2 authored by rtoy's avatar rtoy
Browse files

Don't need to install the po files since they're not used by anything.

parent bad95f78
No related branches found
No related tags found
No related merge requests found
......@@ -122,12 +122,12 @@ do
done
# Install po files. (Do we really need to distribute the po files?)
for f in `(cd $TARGET/i18n; find locale -type f -print | egrep -v 'CVS|~.*~|.*~')`
do
FILE=`basename $f`
DIR=`dirname $f`
install ${GROUP} ${OWNER} -m 0644 $TARGET/i18n/$f $DESTDIR/lib/cmucl/lib/$DIR
done
#for f in `(cd $TARGET/i18n; find locale -type f -print | egrep -v 'CVS|~.*~|.*~')`
#do
# FILE=`basename $f`
# DIR=`dirname $f`
# install ${GROUP} ${OWNER} -m 0644 $TARGET/i18n/$f $DESTDIR/lib/cmucl/lib/$DIR
#done
if [ -z "$INSTALL_DIR" ]; then
sync ; sleep 1 ; sync ; sleep 1 ; sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment