diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-16 20:42:13 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-16 20:42:13 -0400 |
commit | b6311b0699992036e81a1ed58906114fc517ae7d (patch) | |
tree | 2ba81d7ffd02441c82d2fcce9205710620249608 | |
parent | 60bbd1b24a640e26a3f71f8eb35b5c031642a5e5 (diff) |
updated patch to work with code, reflect a change made in 2016...
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r-- | package/debian/patches/01_debian_system_twmrc.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/debian/patches/01_debian_system_twmrc.diff b/package/debian/patches/01_debian_system_twmrc.diff index b7e3330..c07b2d6 100644 --- a/package/debian/patches/01_debian_system_twmrc.diff +++ b/package/debian/patches/01_debian_system_twmrc.diff @@ -92,7 +92,7 @@ Index: twm/src/Makefile.am AM_CPPFLAGS = \ -DXVENDORNAME=\"The\ X.Org\ Foundation\" \ -DXORG_RELEASE=\"Release\ $(VERSION)\" \ -- -DSYSTEM_INIT_FILE=\"${datadir}/X11/twm/system.twmrc\" +- -DSYSTEM_INIT_FILE=\"${rcdir}/system.twmrc\" + -DSYSTEM_INIT_FILE=\"$(rcdir)/system.twmrc\" AM_CFLAGS = $(TWM_CFLAGS) |