From: Schantl Stefan Date: Wed, 10 Mar 2010 08:37:52 +0000 (+0100) Subject: tcl: Fix installation of private-headers. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37bf989c51a8d7da9e81f06584b57b528a678d5;p=ipfire-3.x.git tcl: Fix installation of private-headers. These are needed by expect to build. --- diff --git a/pkgs/core/tcl/tcl.nm b/pkgs/core/tcl/tcl.nm index 72f6224b4..078f33783 100644 --- a/pkgs/core/tcl/tcl.nm +++ b/pkgs/core/tcl/tcl.nm @@ -58,6 +58,6 @@ define STAGE_TEST endef define STAGE_INSTALL_CMDS - cd $(DIR_APP) && make install-private-headers + cd $(DIR_APP) && make install-private-headers DESTDIR=$(BUILDROOT) ln -sf tclsh8.5 $(BUILDROOT)/usr/bin/tclsh endef