Compare commits

..

No commits in common. "v962" and "v963" have entirely different histories.
v962 ... v963

4 changed files with 8 additions and 3 deletions

View File

@ -37,7 +37,12 @@ if [ -d /var/install/sysvinit* ]; then
cd .. cd ..
done done
fi fi
cd ../X11
chmod 755 xdm/Xsession
chmod 755 xinit/xinitrc
cd $WDIR cd $WDIR
chmod 755 usr/X11R7/lib/X11/xdm/Xsession
chmod 755 usr/X11R7/lib/X11/xinit/xinitrc
if [ "$MK64BIT" == "true" ]; then
mkdir usr/X11R7/lib64
tar -C usr/X11R7/lib -cf - .|tar -C usr/X11R7/lib64 -xf -
fi