Skip to content
Snippets Groups Projects
Commit 96000d13 authored by ur4t's avatar ur4t Committed by Natanael Copa
Browse files

main/nano: fix nanorc path

parent 709fb38c
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nano
pkgver=5.7
pkgrel=1
pkgrel=2
pkgdesc="Enhanced clone of the Pico text editor"
url="https://www.nano-editor.org"
arch="all"
......@@ -43,7 +43,7 @@ syntax() {
pkgdesc="Syntax highlighting definitions for $pkgname"
mkdir -p "$subpkgdir"/usr/share/$pkgname/
mv "$pkgdir"/usr/share/$pkgname/ \
mv "$pkgdir"/usr/share/$pkgname/* \
"$subpkgdir"/usr/share/$pkgname/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment