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:
parent
522c60182e
commit
f09090f9ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user