index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2019-10-30 14:24:47 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-30 14:26:07 +1000 |
commit | 4d76cf6f074854c6c7fbd6b3a279c1a0c123d8c8 (patch) | |
tree | f47d4eaedae9fad29c8a75d85333dac3372d6c5d /scripts | |
parent | 866a5cd431e35803f85ad7a8045f0050c0b240e5 (diff) |
-rw-r--r-- | scripts/libmakepkg/util/meson.build | 2 |
diff --git a/scripts/libmakepkg/util/meson.build b/scripts/libmakepkg/util/meson.build index 6160d87e..a160fd06 100644 --- a/scripts/libmakepkg/util/meson.build +++ b/scripts/libmakepkg/util/meson.build @@ -3,7 +3,7 @@ libmakepkg_module = 'util' sources = [ 'compress.sh.in', 'config.sh.in', - 'dirsize.sh.in' + 'dirsize.sh.in', 'error.sh.in', 'message.sh.in', 'option.sh.in', |