debian/rules: Unpack libegg (mate-submodules) at the beginning of dh_auto_configure.

This commit is contained in:
Mike Gabriel
2021-12-13 01:27:51 +01:00
parent 5121473a8f
commit 8015bf5c68

2
debian/rules vendored
View File

@ -19,6 +19,8 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS
override_dh_auto_configure:
# we need libegg from mate-submodules
cd src/mate-submodules/; tar xvJf /usr/src/mate-submodules-source.tar.xz
# upstream tarball is without configure. autogen.sh will create it
NOCONFIGURE=1 ./autogen.sh
dh_auto_configure $(DHFLAGS) -- \