From 40655071cc7cdc3e9998eaa1ece7f52067996b83 Mon Sep 17 00:00:00 2001 From: Jimmy Thrasher Date: Mon, 11 Jan 2016 09:44:22 -0500 Subject: [PATCH] Reduce requirement for coreutils to support Ubuntu 12.04 LTS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0118616..52cbe7a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ dist/acts_$(VERSION)_all.deb: dist --architecture "all" \ --url "https://github.com/alexjurkiewicz/acts" \ -d "bsdutils" \ - -d "coreutils >= 8.21" \ + -d "coreutils >= 8.13" \ --exclude .git \ --deb-priority "extra" \ --config-files "/etc/acts.conf" \