Compare commits

...

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

4 changed files with 3 additions and 8 deletions

View File

@ -37,12 +37,7 @@ 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