1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

packaging: remove the lib/popt from the tarball in debian mode

Debian CTDB packaging fails when this is included.

Michael

(This used to be ctdb commit 574702f8d701fe3e493b31948420b2981eb36f93)
This commit is contained in:
Michael Adam 2009-12-01 23:54:12 +01:00
parent 522c60182e
commit f09090f9ba

View File

@ -85,6 +85,7 @@ fi
if test "x${DEBIAN_MODE}" = "xyes" ; then
TAR_PREFIX="ctdb-${VERSION}.orig"
TAR_BASE="ctdb_${VERSION}.orig"
rm -rf /tmp/${TAR_PREFIX_TMP}/lib/popt
fi
TAR_BALL=${TAR_BASE}.tar