diff options
Diffstat (limited to 'package/debian/patches/01_debian_system_twmrc.diff')
-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) |