encodings:

- remove some unneeded configure options
- cosmetics
This commit is contained in:
Stephan Raue 2010-06-13 19:18:30 +02:00
parent c1f19455eb
commit 232cb5d982
2 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,6 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--disable-gzip-small-encodings \
--disable-gzip-large-encodings \
--with-encodingsdir=$XORG_PATH_ENCODINGS

View File

@ -3,7 +3,7 @@
. config/options
mkdir -p $INSTALL/$XORG_PATH_ENCODINGS
cp $PKG_BUILD/*.enc $INSTALL/$XORG_PATH_ENCODINGS
cp $PKG_BUILD/*.enc $INSTALL/$XORG_PATH_ENCODINGS
mkdir -p $INSTALL/$XORG_PATH_ENCODINGS/large
cp $PKG_BUILD/large/*.enc $INSTALL/$XORG_PATH_ENCODINGS/large
cp $PKG_BUILD/large/*.enc $INSTALL/$XORG_PATH_ENCODINGS/large