From 926eb345c26690ca93b6483ac949612c9b53e9db Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 3 Nov 2018 20:00:07 -0400 Subject: buildsys: remove size_to_human This was only ever used by paccache, and paccache has since been moved to pacman-contrib. --- scripts/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c6b6220e..26c2e10d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -35,8 +35,7 @@ EXTRA_DIST = \ $(LIBMAKEPKG_DIST) LIBRARY = \ - library/human_to_size.sh \ - library/size_to_human.sh + library/human_to_size.sh libmakepkgdir = $(datarootdir)/makepkg -- cgit v1.2.3-54-g00ecf