bug-hurd
[Top][All Lists]
Advanced

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

Patch for debian/rules


From: Jeff Bailey
Subject: Patch for debian/rules
Date: Sat, 3 Aug 2002 17:41:33 -0700
User-agent: Mutt/1.3.28i

Please consider the following patch.  This fixes the build so that
symlinks are relative.  

2002-08-03  Jeff Bailey  <jbailey@gnu.org>

        * rules: Symlinks should point to relative location, not absolute.


Index: rules
===================================================================
RCS file: /cvsroot/hurd/hurd/debian/rules,v
retrieving revision 1.15
diff -u -p -r1.15 rules
--- rules       13 May 2002 12:59:10 -0000      1.15
+++ rules       3 Aug 2002 23:33:32 -0000
@@ -131,7 +131,7 @@ binary-arch: build
        # Create development library links.
        for file in `cd debian/tmp/lib && ls *.so.*`; do \
          linkname=`echo "$$file" | sed 's/\..*$$/.so/'`; \
-         ln -sf /lib/$$file debian/$(package)-dev/usr/lib/$$linkname; \
+         ln -sf $$file debian/$(package)-dev/usr/lib/$$linkname; \
        done
        rm -f debian/tmp/lib/*.so
 

-- 
I reincarnated for this?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]