From 640d60eb2dff0d6689bcb25a3aa3ecdcf1794e97 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 28 Feb 2008 23:43:34 -0500 Subject: [PATCH] debian: Avoid adding an empty directory in the uuid-dev package Signed-off-by: "Theodore Ts'o" --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 02f5020..df04b5e 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 \ -- 1.8.3.1