2016-06-30 20:26:57 +00:00
|
|
|
# LP is truly a one-man disaster...
|
|
|
|
zcat $CWD/patch/xinit/xinit.remove.systemd.kludge.diff.gz | patch -p1 || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
2024-10-17 23:18:46 +00:00
|
|
|
|
|
|
|
# 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 ; }
|