ed: move man-pages to /usr/share/man
This commit is contained in:
parent
5201d2de02
commit
17dac3876c
@ -2,7 +2,8 @@ drwxr-xr-x root/root bin/
|
||||
-rwxr-xr-x root/root bin/ed
|
||||
-rwxr-xr-x root/root bin/red
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ed.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/red.1.gz -> ed.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/ed.1.gz
|
||||
lrwxrwxrwx root/root usr/share/man/man1/red.1.gz -> ed.1.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=ed
|
||||
version=1.12
|
||||
release=1
|
||||
release=2
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz)
|
||||
|
||||
build() {
|
||||
@ -14,7 +14,6 @@ build() {
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--exec-prefix=/ \
|
||||
--mandir=/usr/man \
|
||||
CFLAGS="$CFLAGS"
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user