blob: bbe11381e6238c7f293f247cad5fabd7c5fa505c (
plain)
1
2
3
4
5
6
7
|
pkg:setup
autoconf
pkg:configure --disable-pam --with-sys-screenrc=/etc/screenrc ac_cv_header_dwarf_h=yes
make
pkg:install
pkg: mkdir -p /etc
pkg: cp -a etc/etcscreenrc /etc/screenrc
|