Browse Source

clifford, fake:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
7a7182c651
2 changed files with 9 additions and 0 deletions
  1. +4
    -0
      package/x11/xfree86/xf_config.sh
  2. +5
    -0
      package/x11/xorg/xf_config.sh

+ 4
- 0
package/x11/xfree86/xf_config.sh

@ -110,6 +110,10 @@ xf_dirtree() {
mkdir -p $root/etc/X11
mkdir -p $root/usr/X11R6/lib/X11/fonts/TrueType
if [ "$arch_sizeof_char_p" = 8 ] ; then
ln -s lib $root/usr/X11R6/lib64
fi
rm -fv $root/usr/X11
rm -fv $root/usr/bin/X11
rm -fv $root/usr/lib/X11

+ 5
- 0
package/x11/xorg/xf_config.sh

@ -85,6 +85,11 @@ xf_install() {
echo "Create /etc/X11 (if it's not already there) ..."
mkdir -p $root/etc/X11
if [ "$arch_sizeof_char_p" = 8 ] ; then
mkdir -p $root/usr/X11R6/lib
ln -s lib $root/usr/X11R6/lib64
fi
eval $MAKE install
eval $MAKE install.man
cd nls ; eval $MAKE install ; cd ..

Loading…
Cancel
Save