index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-08-15 19:55:45 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-04 11:25:48 +1000 |
commit | bcb44891ef8aa6feee3090cc0fd87b60e73aed5d (patch) | |
tree | 0de0ec9b8c08ccc969293f6f6114e487e1565769 /src/util | |
parent | 024fde9748692c71f0d9e6c667439c912a78b6df (diff) |
-rw-r--r-- | src/util/Makefile.am | 2 |
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 8c6a5771..a454f224 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = meson.build + # paths set at make time conffile = ${sysconfdir}/pacman.conf dbpath = ${localstatedir}/lib/pacman/ |