wvdial: move man-pages to /usr/share
This commit is contained in:
parent
b6bbb31eb9
commit
e70f699b9a
@ -7,9 +7,10 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/wvdial
|
||||
-rwxr-xr-x root/root usr/bin/wvdialconf
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/wvdial.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/wvdialconf.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/wvdial.conf.5.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/wvdial.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/wvdialconf.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/wvdial.conf.5.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
03c2263f4c4cdde3a0f82d983f7ab35c wvdial-1.61.patch
|
||||
4389cbdf204324d665573163d546816b wvdial-1.61.patch
|
||||
acd3b2050c9b65fff2aecda6576ee7bc wvdial-1.61.tar.gz
|
||||
55223f12591529d2a2a1892cb2a261d1 wvstreams-4.6.1-gcc47.patch
|
||||
03786884a06fe119f6201dcc8a40639d wvstreams-4.6.1-include_stat.patch
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=wvdial
|
||||
version=1.61
|
||||
release=6
|
||||
release=7
|
||||
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/$name-$version.tar.gz \
|
||||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-4.6.1.tar.gz \
|
||||
$name-$version.patch \
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -Nru wvdial-1.61.orig/Makefile.in wvdial-1.61/Makefile.in
|
||||
--- wvdial-1.61.orig/Makefile.in 2009-09-30 09:28:10.000000000 +0200
|
||||
+++ wvdial-1.61/Makefile.in 2009-09-30 09:31:22.000000000 +0200
|
||||
--- wvdial-1.61.orig/Makefile.in 2016-10-29 12:11:27.722154180 +0200
|
||||
+++ wvdial-1.61/Makefile.in 2016-10-29 12:12:31.096513061 +0200
|
||||
@@ -3,27 +3,19 @@
|
||||
WVPACKAGE_TARNAME=@PACKAGE_TARNAME@
|
||||
WVPACKAGE_VERSION=@PACKAGE_VERSION@
|
||||
@ -28,9 +28,8 @@ diff -Nru wvdial-1.61.orig/Makefile.in wvdial-1.61/Makefile.in
|
||||
+LIBS = $(WVS)/libwvstatic.a -lstdc++ -lcrypto -lssl
|
||||
|
||||
BINDIR=${prefix}/bin
|
||||
-MANDIR=${prefix}/share/man
|
||||
MANDIR=${prefix}/share/man
|
||||
-PPPDIR=/etc/ppp/peers
|
||||
+MANDIR=${prefix}/man
|
||||
+PPPDIR=$(DESTDIR)/etc/ppp/peers
|
||||
+
|
||||
+VERBOSE=1
|
||||
@ -48,8 +47,8 @@ diff -Nru wvdial-1.61.orig/Makefile.in wvdial-1.61/Makefile.in
|
||||
|
||||
install-bin: all
|
||||
diff -Nru wvdial-1.61.orig/config.defaults.mk wvdial-1.61/config.defaults.mk
|
||||
--- wvdial-1.61.orig/config.defaults.mk 2009-09-30 09:28:10.000000000 +0200
|
||||
+++ wvdial-1.61/config.defaults.mk 2009-09-30 10:06:24.000000000 +0200
|
||||
--- wvdial-1.61.orig/config.defaults.mk 2016-10-29 12:11:27.722154180 +0200
|
||||
+++ wvdial-1.61/config.defaults.mk 2016-10-29 12:11:55.997788968 +0200
|
||||
@@ -13,7 +13,6 @@
|
||||
LIBS_PAM=-lpam
|
||||
LIBS_TCL=
|
||||
|
Loading…
x
Reference in New Issue
Block a user