From f50846bdfb200d4d0952c6cf201b2ce4f4ae05e4 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 17 Oct 2010 11:26:32 +0300 Subject: [PATCH] * mu-config: set default target dir to "." --- src/mu-config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mu-config.c b/src/mu-config.c index dfc5f8f6..b3def75b 100644 --- a/src/mu-config.c +++ b/src/mu-config.c @@ -230,6 +230,8 @@ config_options_group_extract (MuConfigOptions *opts) "overwrite existing files", NULL}, { NULL, 0, 0, 0, NULL, NULL, NULL } }; + + opts->targetdir = g_strdup("."); /* default is the current dir */ og = g_option_group_new ("extract", "options for the 'extract' command",