aboutsummaryrefslogtreecommitdiffstats
path: root/libetpan/libetpan-cvs/includedir.patch
blob: 1a23f0f705cf6e1f12cf513778159ad6c6befd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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