# nano /etc/X11/xorg.conf
Option "XkbLayout" "pl2"
Option "XkbLayout" "pl"
# nano /etc/X11/xorg.conf.d/40-Keyboard.conf
# SliTaz package receipt.
PACKED_SIZE="512,3KB"
UNPACKED_SIZE="1,8M"
PACKAGE="aspell-pl"
VERSION="6.0_20061121-0"
CATEGORY="system-tools"
SHORT_DESC="Polish aspell dictionary"
MAINTAINER=""
DEPENDS="aspell"
BUILD_DEPENDS="aspell aspell-dev"
SOURCE="aspell6-pl"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL"
# Rules to configure and make the package.
compile_rules()
{
cd $src
./configure && \
make && make DESTDIR=$PWD/_pkg install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/lib
cp -a $_pkg/usr/lib $fs/usr/lib
}
aspell -d pl check dlaaspell.txt
The file "/usr/lib/aspell-0.60/pl" can not be opened for reading
It looks like you're new here. If you want to get involved, click one of these buttons!