projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a69cfc
)
use the SED command
author
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 20:25:45 +0000
(20:25 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 21 Mar 2003 20:25:45 +0000
(20:25 +0000)
data/Makefile.am
patch
|
blob
|
history
diff --git
a/data/Makefile.am
b/data/Makefile.am
index 67f1bd300f876e888284edd5c9679a3a3844d1f0..cf19c53803f3e41ca1232e9de45d143a68ea1b3e 100644
(file)
--- 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