mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
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 <jan@janware.com>
This commit is contained in:
parent
785b1929be
commit
83eeb7a2f9
1 changed files with 7 additions and 1 deletions
|
|
@ -24,9 +24,15 @@ build = epel-release, pkgconfig
|
||||||
release = rpm-build
|
release = rpm-build
|
||||||
|
|
||||||
[pkg.requires.ubuntu]
|
[pkg.requires.ubuntu]
|
||||||
build = realpath, pkg-config
|
build = pkg-config
|
||||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, 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]
|
[pkg.requires.suse]
|
||||||
release = rpmbuild, pkg-config, python3-base
|
release = rpmbuild, pkg-config, python3-base
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue