index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-15 18:32:03 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-08-09 19:40:05 +0200 |
commit | f52002955c9d1c0809fa31d91d398c5a1fdcee0a (patch) | |
tree | b52c9942bba850bf580d7b64e55b01b22c9b826f /Makefile | |
parent | 58374246c4e32d14354345aef516d49207881ce2 (diff) |
-rw-r--r-- | Makefile | 2 |
@@ -79,7 +79,7 @@ MANS = \ all: $(BINPROGS) bash_completion zsh_completion man man: $(MANS) -edit = sed -e "s|@pkgdatadir[@]|$(DESTDIR)$(PREFIX)/share/devtools|g" +edit = sed -e "s|@pkgdatadir[@]|$(PREFIX)/share/devtools|g" %: %.in Makefile lib/common.sh @echo "GEN $@" |