aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 03:47:45 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 03:47:45 +0000
commit7dc8d227a57bc225bc1045a3a6cd6ee78e10852b (patch)
tree15866704bc544206a706bfaecc9516a40c5a5d3f /Config.h
parent528ef50a4a4171892813b31d1cccc838887353b0 (diff)
downloadbusybox-7dc8d227a57bc225bc1045a3a6cd6ee78e10852b.tar.gz
dpkg only dependeds on tar
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 286b68001..bf3cb3a2f 100644
--- a/Config.h
+++ b/Config.h
@@ -390,7 +390,7 @@
//
#ifdef BB_DPKG
#ifndef BB_DPKG_DEB
- #define BB_DPKG_DEB
+ #define BB_TAR
#endif
#endif
//