Browse Source

Fixed xproto to create $root/usr/X11/lib{,64}/X11

early
Christian Wiese 17 years ago
parent
commit
bcdf62ba12
  1. 9
      xorg/xproto/xproto.conf

9
xorg/xproto/xproto.conf

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../xproto/xproto.conf
# Filename: package/.../xproto/xproto.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -10,7 +11,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
x_dirtree() {
lib=lib
@ -27,7 +28,7 @@ x_dirtree() {
fi
mkdir -p $root/etc/X11/app-defaults
#mkdir -p $root/usr/X11/lib/X11
mkdir -p $root/usr/X11/$lib/X11
# FIXME maybe link to /usr/share/fonts?
mkdir -p $root/usr/X11/share/fonts

Loading…
Cancel
Save