debian/rules: Unpack libegg (mate-submodules) at the beginning of dh_auto_configure.
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@ -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) -- \
|
||||
|
Reference in New Issue
Block a user