From 789ddcd34f96f7ea586c772ab43d1969c7440287 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 28 Dec 2000 17:30:11 +0000 Subject: now /usr/lib/X11 is a relative symlink to please mirrors and jako --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index a9043b111..b609994df 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -80,7 +80,7 @@ get_needed_files: $(DIRS) install -d $(ROOTDEST)/Mandrake/base install -s $(LOCALFILES) $(DEST)/usr/bin # cp -f $(LOCALFILES2) $(DEST)/usr/bin - ln -s /usr/X11R6/lib/X11 $(DEST)/usr/lib/X11 + ln -s ../X11R6/lib/X11 $(DEST)/usr/lib/X11 ifeq (sparc,$(ARCH)) cp -a /usr/X11R6/lib/X11/xkb $(DEST)/usr/X11R6/lib/X11 rm -f $(DEST)/usr/X11R6/lib/X11/xkb/compiled -- cgit v1.2.1