[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1212 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2006-02-22 19:37:31 +0000 (Wed, 22 Feb 2006)
New Revision: 1212

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/amd64.mk
Log:
Also add a symlink /usr/lib64 -> /usr/lib in libc6-udeb on amd64.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-22 19:08:01 UTC (rev 1211)
+++ glibc-package/trunk/debian/changelog	2006-02-22 19:37:31 UTC (rev 1212)
@@ -83,7 +83,8 @@
     from Randolph Chung.  (Closes: #326581)
   * Switch to gcc-4.0 on hppa.
   * Add support for extra_pkg_install hooks for udeb packages.
-  * Add a symlink /lib64 -> /lib in libc6-udeb on amd64.
+  * Add symlinks /lib64 -> /lib and /usr/lib64 -> /usr/lib in libc6-udeb
+    on amd64.
 
  -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500
 

Modified: glibc-package/trunk/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/amd64.mk	2006-02-22 19:08:01 UTC (rev 1211)
+++ glibc-package/trunk/debian/sysdeps/amd64.mk	2006-02-22 19:37:31 UTC (rev 1212)
@@ -11,6 +11,8 @@
 endef
 define libc6-udeb_extra_pkg_install
 ln -sf /lib debian/$(curpass)/lib64
+mkdir -p debian/$(curpass)/usr/lib
+ln -sf lib debian/$(curpass)/usr/lib64
 endef
 
 define libc_extra_install



Reply to: