forked from ports/contrib
asterisk: updated man path
This commit is contained in:
parent
b77e4c228f
commit
127954f467
@ -624,15 +624,6 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
|
||||
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_timing_timerfd.so
|
||||
lrwxrwxrwx root/root usr/lib/libasteriskssl.so -> libasteriskssl.so.1
|
||||
-rwxr-xr-x root/root usr/lib/libasteriskssl.so.1
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/aelparse.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/astdb2bdb.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/astdb2sqlite3.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/asterisk.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/astgenkey.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/autosupport.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/safe_asterisk.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/aelparse
|
||||
-rwxr-xr-x root/root usr/sbin/astdb2bdb
|
||||
@ -647,6 +638,15 @@ drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/dahdi/
|
||||
drwxr-xr-x root/root usr/share/dahdi/span_config.d/
|
||||
-rw-r--r-- root/root usr/share/dahdi/span_config.d/40-asterisk
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/aelparse.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/astdb2bdb.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/astdb2sqlite3.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/asterisk.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/astgenkey.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/autosupport.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/safe_asterisk.8.gz
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/lib/
|
||||
drwxr-xr-x asterisk/asterisk var/lib/asterisk/
|
||||
|
@ -2,11 +2,11 @@
|
||||
# URL: http://www.asterisk.org
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on: openssl ncurses jansson
|
||||
# Optional: dahdi pjsip opus lua
|
||||
# Optional: dahdi pjsip opus
|
||||
|
||||
name=asterisk
|
||||
version=13.7.2
|
||||
release=4
|
||||
release=5
|
||||
source=(
|
||||
http://downloads.digium.com/pub/asterisk/releases/asterisk-$version.tar.gz
|
||||
https://github.com/seanbright/asterisk-opus/archive/bb2925fc4eaad5b30b93eece851297de5c12e06c.tar.gz
|
||||
@ -33,7 +33,6 @@ build () {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--with-ncurses \
|
||||
--with-ssl \
|
||||
--disable-xmldoc \
|
||||
@ -73,7 +72,7 @@ build () {
|
||||
install -m 755 -D $SRC/asterisk.rc $PKG/etc/rc.d/asterisk
|
||||
|
||||
# This man page is missing
|
||||
install -m 644 -D doc/aelparse.8 $PKG/usr/man/man8/aelparse.8
|
||||
install -m 644 -D doc/aelparse.8 $PKG/usr/share/man/man8/aelparse.8
|
||||
|
||||
# Install default config files
|
||||
install -d -m 750 -o root -g asterisk $PKG/etc/asterisk $PKG/etc/asterisk/default
|
||||
|
Loading…
x
Reference in New Issue
Block a user