nano: install syntax files (FS#1115)
This commit is contained in:
parent
9d76950fdf
commit
efa98c8e77
@ -1,8 +1,42 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/nano
|
||||
lrwxrwxrwx root/root usr/bin/rnano -> nano
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
-rw-r--r-- root/root usr/etc/nanorc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/nano.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/rnano.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/nanorc.5.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/nano/
|
||||
-rw-r--r-- root/root usr/share/nano/asm.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/awk.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/c.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/cmake.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/css.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/debian.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/fortran.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/gentoo.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/groff.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/html.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/java.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/makefile.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/man.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/mgp.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/mutt.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/nanorc.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/objc.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/ocaml.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/patch.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/perl.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/php.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/pov.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/python.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/ruby.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/sh.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/tcl.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/tex.nanorc
|
||||
-rw-r--r-- root/root usr/share/nano/xml.nanorc
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=nano
|
||||
version=2.2.6
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.nano-editor.org/dist/v2.2/$name-$version.tar.gz)
|
||||
|
||||
build(){
|
||||
@ -14,6 +14,6 @@ build(){
|
||||
./configure --prefix=/usr --disable-nls --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share
|
||||
rm $PKG/usr/bin/rnano $PKG/usr/man/man1/rnano.1
|
||||
install -D -m 644 doc/nanorc.sample $PKG/usr/etc/nanorc
|
||||
rm -r $PKG/usr/share/{info,nano/man-html}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user