Browse Source

xorg: made X11R7/bin a symlink to ../bin in the toolsdir (stage 0)

user/amery/next/uclibc
Alejandro Mery 13 years ago
parent
commit
88ca31e864
  1. 8
      xorg/xorg-server/modular-x-conf.in

8
xorg/xorg-server/modular-x-conf.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../xorg-server/modular-x-conf.in
# Copyright (C) 2007 - 2008 The OpenSDE Project
# Copyright (C) 2007 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -16,6 +16,12 @@
if [ $prefix_auto = 1 ] ; then
prefix="usr/X11R7"
set_confopt
if atstage toolchain; then
if [ ! -d "$root$bindir/" ]; then
ln -sv "../bin" "$root$bindir"
fi
fi
fi
# apply external patches that Are defined in the .desc file

Loading…
Cancel
Save