mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
4 lines
240 B
Diff
4 lines
240 B
Diff
|
# Fix a bug where changing the hostname causes access to X to be lost:
|
||
|
zcat $CWD/patch/xauth/xauth.bc78aa61cfbddaa27dee275f639ba40de6981b17.patch.gz \
|
||
|
| patch -p2 --verbose || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|