From 83eeb7a2f9cde1ecf6fe0171707cef748b6e3a44 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 19 Nov 2019 09:07:57 +0000 Subject: [PATCH] Fix: Realpath is not a package anymore in Ubuntu 18.04 /usr/bin/realpath is part of coreutils in Ubuntu 18.04 Signed-off-by: Jan Lindemann --- make/project.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/make/project.conf b/make/project.conf index e05b4bf1..e6a2a4b0 100644 --- a/make/project.conf +++ b/make/project.conf @@ -24,9 +24,15 @@ build = epel-release, pkgconfig release = rpm-build [pkg.requires.ubuntu] -build = realpath, pkg-config +build = pkg-config release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config +[pkg.requires.ubuntu-16] +build = realpath + +[pkg.requires.ubuntu-14] +build = realpath + [pkg.requires.suse] release = rpmbuild, pkg-config, python3-base