From 1a9e3d603869b9e9e652d542096003633969a43e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 30 Apr 2019 09:30:54 +0200 Subject: bin/build-packages: python<2.x is not satisfyable - we need python2<2.x --- bin/build-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index e2a972d..1718139 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -704,7 +704,7 @@ while [ "${count}" -ne 0 ] && \ fi tar -tJf "${pkgfile}" 2>/dev/null | \ sed -n ' - s,^usr/lib/python\([^/]\+\)/$,python \1, + s,^usr/lib/python\(2\?\)\([^2/][^/]*\)/$,python\1 \1\2, t print s,^usr/lib/perl[^/]\+/\([^/]\+\)/$,perl \1, t print -- cgit v1.2.3-54-g00ecf