From 9f8b96f92edf0e8a25c235b678943b470516340c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 11 Jan 2017 11:28:13 +0100 Subject: [PATCH] nano: unbreak post-installation. --- srcpkgs/nano/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template index 3226904020..1503c22db1 100644 --- a/srcpkgs/nano/template +++ b/srcpkgs/nano/template @@ -12,5 +12,5 @@ distfiles="https://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar checksum=752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9 post_install() { - vsconf doc/nanorc.sample + vsconf syntax/nanorc.nanorc }