]> Dogcows Code - chaz/openbox/commitdiff
use the SED command
authorDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 20:25:45 +0000 (20:25 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 20:25:45 +0000 (20:25 +0000)
data/Makefile.am

index 67f1bd300f876e888284edd5c9679a3a3844d1f0..cf19c53803f3e41ca1232e9de45d143a68ea1b3e 100644 (file)
@@ -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
This page took 0.023113 seconds and 4 git commands to generate.