]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
tcl: Fix installation of private-headers.
authorSchantl Stefan <Stevee@ipfire.org>
Wed, 10 Mar 2010 08:37:52 +0000 (09:37 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Wed, 10 Mar 2010 08:37:52 +0000 (09:37 +0100)
These are needed by expect to build.

pkgs/core/tcl/tcl.nm

index 72f6224b49ce7da87c0dfed5b004915a36cb22a2..078f337835bac862b5317205a6c79045c86806dc 100644 (file)
@@ -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