From add587d9c74bdf15bbda06e9e003b665ea32e388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 26 Jul 2014 18:27:54 +0200 Subject: [PATCH] muscle: Also install support headers --- net-misc/muscle/muscle-6.00.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/muscle/muscle-6.00.recipe b/net-misc/muscle/muscle-6.00.recipe index 6bac7ad0d..9b77fa068 100644 --- a/net-misc/muscle/muscle-6.00.recipe +++ b/net-misc/muscle/muscle-6.00.recipe @@ -72,7 +72,7 @@ INSTALL() cd .. #XXX: do we really need all of those? for d in message besupport dataio iogateway reflector regex \ - util syslog system zlib zlib/zlib; do + util support syslog system zlib zlib/zlib; do mkdir -p $includeDir/muscle/$d cp $d/*.h $includeDir/muscle/$d done