nano: update to 2.7.4

This commit is contained in:
Juergen Daubert 2017-01-15 17:34:29 +01:00
parent fdf6d5e9b6
commit c6e325d460
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
650d4d04eceb4909e53d9f8b2f43f7a7 nano-2.7.3.tar.xz
c011c7f9e47cb1da27d4e7cc8b56ec6a nano-2.7.4.tar.xz

View File

@ -5,7 +5,7 @@
# Depends on: file ncurses
name=nano
version=2.7.3
version=2.7.4
release=1
source=(http://www.nano-editor.org/dist/v2.7/$name-$version.tar.xz)
@ -14,6 +14,6 @@ build(){
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
install -D -m 644 doc/nanorc.sample $PKG/usr/etc/nanorc
rm -r $PKG/usr/share/doc
install -D -m 644 doc/sample.nanorc $PKG/usr/etc/nanorc
rm -r $PKG/usr/share/{doc,info}
}