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-w32-7dc8d227a57bc225bc1045a3a6cd6ee78e10852b.tar.gz busybox-w32-7dc8d227a57bc225bc1045a3a6cd6ee78e10852b.tar.bz2 busybox-w32-7dc8d227a57bc225bc1045a3a6cd6ee78e10852b.zip |
dpkg only dependeds on tar
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ | |||
390 | // | 390 | // |
391 | #ifdef BB_DPKG | 391 | #ifdef BB_DPKG |
392 | #ifndef BB_DPKG_DEB | 392 | #ifndef BB_DPKG_DEB |
393 | #define BB_DPKG_DEB | 393 | #define BB_TAR |
394 | #endif | 394 | #endif |
395 | #endif | 395 | #endif |
396 | // | 396 | // |