Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 8a35228e2440d63fe5a7452775f9f28d > files > 1

tix-8.1.4-4mdk.src.rpm

--- unix/Makefile.in	2002-12-02 05:02:52.000000000 +0100
+++ unix/Makefile.in.oden	2006-01-01 12:56:47.000000000 +0100
@@ -187,7 +187,8 @@
 	    done;
 	@echo "Installing pkgIndex.tcl"
 	@cat */pkgIndex.tcl > pkgIndex.tcl
-	@$(INSTALL_DATA) pkgIndex.tcl $(TIX_LIBRARY)
+	@mkdir $(libdir)/tix$(TIX_VERSION)
+	@$(INSTALL_DATA) pkgIndex.tcl $(libdir)/tix$(TIX_VERSION)
 
 install-demos:
 	@for i in $(prefix)/lib $(TIX_LIBRARY) $(TIX_LIBRARY)/demos \