--- dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild Thu Aug 30 23:23:38 2001 +++ tcl-tk-8.4.2.ebuild Thu Oct 18 15:57:12 2001 @@ -57,9 +57,9 @@ install -c -m0644 ${S1}/unix/*.h ${D}/usr/lib/tcl${V1}/include/unix dodir /usr/lib/tcl${V1}/include/generic install -c -m0644 ${S1}/generic/*.h ${D}/usr/lib/tcl${V1}/include/generic - rm -f ${D}/usr/lib/tcl${V1}/include/generic/tcl.h - rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclDecls.h - rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclPlatDecls.h + #rm -f ${D}/usr/lib/tcl${V1}/include/generic/tcl.h + #rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclDecls.h + #rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclPlatDecls.h # install symlink for libraries dosym /usr/lib/libtcl${V1}.a /usr/lib/libtcl.a @@ -78,12 +78,12 @@ # install private headers dodir /usr/lib/tk${V2}/include/unix - install -c -m0644 ${S1}/unix/*.h ${D}/usr/lib/tk${V2}/include/unix + install -c -m0644 ${S2}/unix/*.h ${D}/usr/lib/tk${V2}/include/unix dodir /usr/lib/tk${V2}/include/generic - install -c -m0644 ${S1}/generic/*.h ${D}/usr/lib/tk${V2}/include/generic - rm -f ${D}/usr/lib/tk${V2}/include/generic/tk.h - rm -f ${D}/usr/lib/tk${V2}/include/generic/tkDecls.h - rm -f ${D}/usr/lib/tk${V2}/include/generic/tkPlatDecls.h + install -c -m0644 ${S2}/generic/*.h ${D}/usr/lib/tk${V2}/include/generic + #rm -f ${D}/usr/lib/tk${V2}/include/generic/tk.h + #rm -f ${D}/usr/lib/tk${V2}/include/generic/tkDecls.h + #rm -f ${D}/usr/lib/tk${V2}/include/generic/tkPlatDecls.h # install symlink for libraries dosym /usr/lib/libtk${V2}.a /usr/lib/libtk.a