Fix minor nit in debian/rules file

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2010-05-26 11:01:06 -04:00
parent ae2272f845
commit 15fdc40125
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -321,7 +321,7 @@ install-std: build
ln -s et/com_err.h ${tmpdir}/usr/include
dh_movefiles
test -z `find ${tmpdir} -type f`
test -z "`find ${tmpdir} -type f`"
# specially-built MIPS libs
ifneq ($(ismips),)