From: Dana Jansens Date: Fri, 21 Mar 2003 20:25:45 +0000 (+0000) Subject: use the SED command X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1565ef4f76a26837fba018b3c47e68e62c3ad080;p=chaz%2Fopenbox use the SED command --- diff --git a/data/Makefile.am b/data/Makefile.am index 67f1bd30..cf19c538 100644 --- a/data/Makefile.am +++ b/data/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