aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:38:29 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:38:29 +0000
commit5e23e3d6314c025d353798f0a34d3da84936b908 (patch)
tree66bbe0cb2f16d50ed550562c36168abb8078dbfe /utility.c
parentfa0443216dee3ea313ea05187a4535b48edf7c2a (diff)
downloadbusybox-5e23e3d6314c025d353798f0a34d3da84936b908.tar.gz
enable is_direcotry() for dpkg-deb
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index fa2067af3..3d5620ec5 100644
--- a/utility.c
+++ b/utility.c
@@ -261,7 +261,7 @@ void reset_ino_dev_hashtable(void)
#endif /* BB_CP_MV || BB_DU */
-#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN)
+#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) || defined (BB_DPKG_DEB)
/*
* Return TRUE if a fileName is a directory.
* Nonexistant files return FALSE.