diff options
Diffstat (limited to 'libetpan/libetpan-cvs/includedir.patch')
-rw-r--r-- | libetpan/libetpan-cvs/includedir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libetpan/libetpan-cvs/includedir.patch b/libetpan/libetpan-cvs/includedir.patch deleted file mode 100644 index 1a23f0f705..0000000000 --- a/libetpan/libetpan-cvs/includedir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Rules.in.orig 2003-12-15 17:11:13.000000000 -0500 -+++ Rules.in 2004-04-10 22:33:55.000000000 -0400 -@@ -36,7 +36,7 @@ - # install headers here only - install: $(HEADERS) - for header in $(HEADERS); do \ -- $(INSTALL) -m 644 $$header $(includedir) ; \ -+ $(INSTALL) -m 644 $$header $(includedir)/libetpan ; \ - done - - Makefile: ../Rules |