Package: rootskel
Version: 1.31
Severity: wishlist
Tags: patch

Hello,

the following patch creates the /lib64 symlink 
which is currently created on the amd64 architecture
also on ppc64.

The /lib64 symlink is necessary to make the installer
images work on ppc64 because the dynamic linker has
to be accesible as /lib64/ld64.so.1.

Regards
Andreas Jochens

diff -urN ../tmp-orig/rootskel-1.31/debian/rules ./debian/rules
--- ../tmp-orig/rootskel-1.31/debian/rules      2006-03-17 22:20:47.000000000 
+0000
+++ ./debian/rules      2006-04-28 12:27:08.000000000 +0000
@@ -28,7 +28,7 @@
        dh_testroot
 
        $(MAKE) install
-ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),amd64)
+ifneq (,$findstring $(shell dpkg-architecture -qDEB_BUILD_ARCH),amd64 ppc64))
        ln -s lib debian/rootskel/lib64
 endif
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to