Remove broken patch which was causing the path to be incremented as well as the file...
[openwrt/svn-archive/archive.git] / libs / libpam / patches / 003-no_doc.patch
1 --- Linux-PAM-0.99.6.3/Makefile.am 2006-08-05 11:06:20.000000000 +0200
2 +++ Linux-PAM-0.99.6.3.new/Makefile.am 2007-01-10 23:24:06.000000000 +0100
3 @@ -5,9 +5,9 @@
4 AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
5
6 if STATIC_MODULES
7 -SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
8 +SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests
9 else
10 -SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
11 +SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests
12 endif
13
14 CLEANFILES = *~
15 --- Linux-PAM-0.99.6.3/Makefile.in 2006-09-06 13:31:39.000000000 +0200
16 +++ Linux-PAM-0.99.6.3.new/Makefile.in 2007-01-10 23:24:20.000000000 +0100
17 @@ -72,7 +72,7 @@
18 uninstall-recursive
19 ETAGS = etags
20 CTAGS = ctags
21 -DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc \
22 +DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
23 examples xtests
24 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
25 distdir = $(PACKAGE)-$(VERSION)
26 @@ -257,8 +257,8 @@
27 sysconfdir = @sysconfdir@
28 target_alias = @target_alias@
29 AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
30 -@STATIC_MODULES_FALSE@SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
31 -@STATIC_MODULES_TRUE@SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
32 +@STATIC_MODULES_FALSE@SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests
33 +@STATIC_MODULES_TRUE@SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests
34 CLEANFILES = *~
35 M4_FILES = $(shell ls $(srcdir)/m4/*.m4)
36 EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \