2016-06-30 22:26:57 +02: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-18 01:18:46 +02: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 ; }
|