# HG changeset patch # User Hans-G?nter Theisgen # Date 1601792842 -3600 # Node ID f50df67fd4a4cdb4605894b914d243f0d5f75c58 # Parent 235803441e801809713f14fdf384b9e9319ddd14 updated dpkg (1.16.12 -> 1.17.27) again diff -r 235803441e80 -r f50df67fd4a4 dpkg-lang/receipt --- a/dpkg-lang/receipt Sun Oct 04 07:14:42 2020 +0100 +++ b/dpkg-lang/receipt Sun Oct 04 07:27:22 2020 +0100 @@ -33,4 +33,3 @@ cp -a $mf $fs/usr/share/locale/$lang/LC_MESSAGES done } - diff -r 235803441e80 -r f50df67fd4a4 dpkg/receipt --- a/dpkg/receipt Sun Oct 04 07:14:42 2020 +0100 +++ b/dpkg/receipt Sun Oct 04 07:27:22 2020 +0100 @@ -3,7 +3,7 @@ PACKAGE="dpkg" VERSION="1.17.27" CATEGORY="misc" -SHORT_DESC="Debian package management system" +SHORT_DESC="Debian package management system." MAINTAINER="shann@slitaz.org" LICENSE="GPL2" WEB_SITE="https://wiki.debian.org/dpkg" @@ -22,7 +22,7 @@ compile_rules() { - ./configure & + ./configure && make && make install }