nano: fix example nanorc.
This commit is contained in:
parent
1b67c4341d
commit
cf59354cf4
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue