Compare commits

...

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

4 changed files with 3 additions and 8 deletions

View File

@ -37,12 +37,7 @@ if [ -d /var/install/sysvinit* ]; then
cd ..
done
fi
cd ../X11
chmod 755 xdm/Xsession
chmod 755 xinit/xinitrc
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