Browse Source

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

early
Christian Wiese 17 years ago
parent
commit
bcdf62ba12
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      xorg/xproto/xproto.conf

+ 5
- 4
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. # 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 # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # 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 # 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 # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
x_dirtree() { x_dirtree() {
lib=lib lib=lib
@ -27,7 +28,7 @@ x_dirtree() {
fi fi
mkdir -p $root/etc/X11/app-defaults 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? # FIXME maybe link to /usr/share/fonts?
mkdir -p $root/usr/X11/share/fonts mkdir -p $root/usr/X11/share/fonts

Loading…
Cancel
Save