index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2018-08-09 13:41:12 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-01-10 17:00:03 +1000 |
commit | f7efa6a93d5361af610827d41045d87c7a72f2b5 (patch) | |
tree | 1d3d0bb731e5af544fa732b342fb95adecaee67e /scripts/Makefile.am | |
parent | 30e3e21e873b01b98ab91dc1252d4112d6a9fd2a (diff) |
-rw-r--r-- | scripts/Makefile.am | 1 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 54a8d215..4bb79b05 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -85,6 +85,7 @@ LIBMAKEPKG_IN = \ libmakepkg/lint_pkgbuild/conflicts.sh \ libmakepkg/lint_pkgbuild/depends.sh \ libmakepkg/lint_pkgbuild/epoch.sh \ + libmakepkg/lint_pkgbuild/fullpkgver.sh \ libmakepkg/lint_pkgbuild/install.sh \ libmakepkg/lint_pkgbuild/makedepends.sh \ libmakepkg/lint_pkgbuild/optdepends.sh \ |