<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># The X server will eventually create this file, but not before emitting
# an error shortly after running startx. Making sure the file is created
# and given correct permissions once we have a filename avoids this.
cat $CWD/patch/xinit/xinit.create.xserverauthfile.diff | patch -p1 || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
</pre></body></html>