Changeset 466a905 for x


Ignore:
Timestamp:
05/19/2020 03:27:08 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a585748
Parents:
b5669fc
Message:

x7lib: fix documentation location

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23164 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    rb5669fc r466a905  
    284284  tar -xf $package
    285285  pushd $packagedir
     286  docdir="--docdir=$XORG_PREFIX/share/doc/$packagedir"
    286287  case $packagedir in
    287288    libICE* )
    288       ./configure $XORG_CONFIG ICE_LIBS=-lpthread
     289      ./configure $XORG_CONFIG $docdir ICE_LIBS=-lpthread
    289290    ;;
    290291
    291292    libXfont2-[0-9]* )
    292       ./configure $XORG_CONFIG --disable-devel-docs
     293      ./configure $XORG_CONFIG $docdir --disable-devel-docs
    293294    ;;
    294295
    295296    libXt-[0-9]* )
    296       ./configure $XORG_CONFIG \
     297      ./configure $XORG_CONFIG $docdir \
    297298                  --with-appdefaultdir=/etc/X11/app-defaults
    298299    ;;
    299300
    300301    * )
    301       ./configure $XORG_CONFIG
     302      ./configure $XORG_CONFIG $docdir
    302303    ;;
    303304  esac
Note: See TracChangeset for help on using the changeset viewer.