diff options
Diffstat (limited to 'package/rxvt-unicode/Makefile')
-rw-r--r-- | package/rxvt-unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/rxvt-unicode/Makefile b/package/rxvt-unicode/Makefile index 626c9bf54..5706fc573 100644 --- a/package/rxvt-unicode/Makefile +++ b/package/rxvt-unicode/Makefile @@ -21,7 +21,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,RXVT_UNICODE,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --disable-perl \ - --disable-utmp + --disable-utmp \ + --disable-afterimage post-install: $(INSTALL_DIR) $(IDIR_RXVT_UNICODE)/usr/bin |