From: Theodore Ts'o Date: Fri, 29 Feb 2008 04:43:34 +0000 (-0500) Subject: debian: Avoid adding an empty directory in the uuid-dev package X-Git-Tag: v1.40.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640d60eb2dff0d6689bcb25a3aa3ecdcf1794e97;p=thirdparty%2Fe2fsprogs.git debian: Avoid adding an empty directory in the uuid-dev package Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/rules b/debian/rules index 02f502071..df04b5e4b 100755 --- a/debian/rules +++ b/debian/rules @@ -387,8 +387,6 @@ binary-arch: install install-udeb $(INSTALL) -p -m 0644 debugfs/debug_cmds.ct \ ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples - $(INSTALL) -d ${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION} - if test -f /etc/lsb-release && \ grep -q DISTRIB_ID=Ubuntu /etc/lsb-release; then \ $(INSTALL) -p -m 0644 e2fsck/e2fsck.conf.ubuntu \