nano: fix example nanorc.

This commit is contained in:
0x5c 2022-09-04 22:17:47 -04:00 committed by classabbyamp
parent 1b67c4341d
commit cf59354cf4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'nano'
pkgname=nano
version=6.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-utf8"
makedepends="file-devel ncurses-devel"
@ -14,5 +14,5 @@ distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.
checksum=4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0
post_install() {
vsconf syntax/nanorc.nanorc
vsconf doc/sample.nanorc
}