[Pixman] PATCH] Avoid trailing slashes on automake install dirs.

M Joonas Pihlaja jpihlaja at cc.helsinki.fi
Sun Jul 11 10:24:48 PDT 2010


The install-sh on a Solaris box couldn't copy with
trailing slashes.
---
 pixman/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pixman/Makefile.am b/pixman/Makefile.am
index 7538219..a9de19f 100644
--- a/pixman/Makefile.am
+++ b/pixman/Makefile.am
@@ -34,7 +34,7 @@ libpixman_1_la_SOURCES =                      \
        pixman-timer.c                          \
        pixman-matrix.c

-libpixmanincludedir = $(includedir)/pixman-1/
+libpixmanincludedir = $(includedir)/pixman-1
 libpixmaninclude_HEADERS = pixman.h pixman-version.h
 noinst_LTLIBRARIES =

--
1.7.1.GIT


More information about the Pixman mailing list