index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-08-20 20:46:07 +0000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-09-16 20:05:42 +1000 |
commit | e4773b1b82a737a74434d778c1043367a480205a (patch) | |
tree | c441babae1785b6dc4c9ed41196901b17f74cb41 /scripts/Makefile.am | |
parent | 8bf2c753f57bfb6f8cd0271613000af64ce58020 (diff) |
-rw-r--r-- | scripts/Makefile.am | 1 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0b756ad6..bc1dc10c 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -54,6 +54,7 @@ endif #### Taken from the autoconf scripts Makefile.am #### edit = sed \ + -e 's|@rootdir[@]|$(ROOTDIR)|g' \ -e 's|@localedir[@]|$(localedir)|g' \ -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ |