all repos — openbox @ 1565ef4f76a26837fba018b3c47e68e62c3ad080

openbox fork - make it a bit more like ryudo

use the SED command
Dana Jansens danakj@orodu.net
commit

1565ef4f76a26837fba018b3c47e68e62c3ad080

parent

0a69cfc6d2cf672634e95d5eb2015434dd924abc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M data/Makefile.amdata/Makefile.am

@@ -10,7 +10,7 @@ distclean-local:

$(RM) *\~ .\#* menu: menu.in - @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu + $(SED) -e "s!@pkgdatadir@!$(pkgdatadir)!" $< > $@ uninstall-am: $(RM) $(DESTDIR)$(pkgdatadir)/menu