Skip to content
Snippets Groups Projects
tcl-thread-2.8.8-fix_pkgdir.patch 447 B
Newer Older
  • Learn to ignore specific revisions
  • # IT4Innovations
    # PH 2025
    fix of PKG_DIR
    diff -ruN thread2.8.8.orig/Makefile.in thread2.8.8/Makefile.in
    --- thread2.8.8.orig/Makefile.in	2022-11-04 14:16:13.000000000 +0100
    +++ thread2.8.8/Makefile.in	2025-01-21 14:33:33.882740661 +0100
    @@ -81,7 +81,7 @@
     
     DESTDIR		=
     
    -PKG_DIR		= $(PACKAGE_NAME)$(PACKAGE_VERSION)
    +PKG_DIR		= /lib
     pkgdatadir	= $(datadir)/$(PKG_DIR)
     pkglibdir	= $(libdir)/$(PKG_DIR)
     pkgincludedir	= $(includedir)/$(PKG_DIR)