You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env bash |
|
|
|
patch -Np1 -i ../kbd-2.9.0-backspace-1.patch |
|
|
|
sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure |
|
sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in |
|
|
|
./configure --prefix=/usr --disable-vlock |
|
|
|
make |
|
|
|
make check |
|
|
|
make install |
|
|
|
cp -R -v docs/doc -T /usr/share/doc/kbd-2.9.0 |
|
|
|
|
|
|