index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-05-12 23:08:22 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-05-16 14:10:42 +1000 |
commit | d38c098787ebbedb0f55742dd547a20a7362b0cb (patch) | |
tree | d9db959cf289220b8d68324969a5ffe7d4595727 /scripts/Makefile.am | |
parent | 83b734a103016f08e63e03e1e803c327584e3721 (diff) |
-rw-r--r-- | scripts/Makefile.am | 3 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 3dfd903a..4a54b8d8 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -48,7 +48,8 @@ LIBMAKEPKGDIRS = \ LIBMAKEPKG = \ libmakepkg/util/message.sh \ libmakepkg/util/option.sh \ - libmakepkg/util/pkgbuild.sh + libmakepkg/util/pkgbuild.sh \ + libmakepkg/util/util.sh LIBMAKEPKG_IN = \ libmakepkg/lint_package.sh \ |