minicom: fixed mandir location
This commit is contained in:
parent
0da84e6bc2
commit
62e8194f2c
@ -4,9 +4,10 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/minicom
|
||||
-rwxr-xr-x root/root usr/bin/runscript
|
||||
-rwxr-xr-x root/root usr/bin/xminicom
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ascii-xfr.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/minicom.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/runscript.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/xminicom.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/ascii-xfr.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/minicom.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/runscript.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/xminicom.1.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=minicom
|
||||
version=2.7
|
||||
release=1
|
||||
release=2
|
||||
source=(https://alioth.debian.org/frs/download.php/file/3977/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -15,7 +15,6 @@ build() {
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user