diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-24 15:19:04 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-24 15:19:04 +0000 |
commit | 3a4aef5a4c145515a53c7d21a8d977fbc0892e32 (patch) | |
tree | 17707c772bcd60837f493d7c0b2ff06044b62592 /debian/Config.h-static | |
parent | 01441036e9754425e2b09b43deec879ca46206cb (diff) | |
download | busybox-3a4aef5a4c145515a53c7d21a8d977fbc0892e32.tar.gz |
Update applet define from BB_CP_MV to BB_CP and BB_MV.
Diffstat (limited to 'debian/Config.h-static')
-rw-r--r-- | debian/Config.h-static | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/Config.h-static b/debian/Config.h-static index 79dfbc8dd..ad26f8b15 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static @@ -15,7 +15,7 @@ #define BB_CHVT #define BB_CLEAR #define BB_CMP -#define BB_CP_MV +#define BB_CP #define BB_CUT #define BB_DATE #define BB_DC @@ -71,6 +71,7 @@ #define BB_MKNOD #define BB_MKSWAP #define BB_MKTEMP +#define BB_MV #define BB_NC #define BB_MORE #define BB_MOUNT |