You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-proxy/torsocks/files/fix-docdir.patch

25 lines
1.2 KiB

diff -Naur torsocks-1.2.orig/doc/Makefile.am torsocks-1.2/doc/Makefile.am
--- torsocks-1.2.orig/doc/Makefile.am 2011-10-26 14:30:26.000000000 -0400
+++ torsocks-1.2/doc/Makefile.am 2011-12-26 20:05:40.000000000 -0500
@@ -7,8 +7,6 @@
# Install man pages
dist_man_MANS = torsocks.1 torsocks.8 usewithtor.1 torsocks.conf.5
-dist_data_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \
- patches/compilewarnings.patch patches/conffile.patch patches/getaddrbyhost.patch \
- patches/getpeername.patch patches/infiniteloop.patch patches/localaddresses.patch \
- patches/README patches/README.TORDNS patches/tordns.patch notes/DEBUG
+dist_doc_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \
+ notes/DEBUG
diff -Naur torsocks-1.2.orig/test/Makefile.am torsocks-1.2/test/Makefile.am
--- torsocks-1.2.orig/test/Makefile.am 2011-10-26 14:21:57.000000000 -0400
+++ torsocks-1.2/test/Makefile.am 2011-12-26 20:04:34.000000000 -0500
@@ -4,4 +4,4 @@
test_torsocks_LDFLAGS= $(TESTLDFLAGS)
CLEANFILES= test_torsocks
-dist_data_DATA = run_tests.sh expectedresults.txt
\ No newline at end of file
+dist_doc_DATA = run_tests.sh expectedresults.txt