diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 03:47:45 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 03:47:45 +0000 |
commit | 7dc8d227a57bc225bc1045a3a6cd6ee78e10852b (patch) | |
tree | 15866704bc544206a706bfaecc9516a40c5a5d3f | |
parent | 528ef50a4a4171892813b31d1cccc838887353b0 (diff) | |
download | busybox-7dc8d227a57bc225bc1045a3a6cd6ee78e10852b.tar.gz |
dpkg only dependeds on tar
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ // #ifdef BB_DPKG #ifndef BB_DPKG_DEB - #define BB_DPKG_DEB + #define BB_TAR #endif #endif // |