remove unused file
authorAnas Nashif <anas.nashif@intel.com>
Tue, 7 Aug 2012 16:18:55 +0000 (17:18 +0100)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 7 Aug 2012 16:18:55 +0000 (17:18 +0100)
Change-Id: I0c94b971f38ef8214072a8681a547a1e84f2ff33

Makefile
depanneur

index bbc012a..1ef2873 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,5 @@ install:
            $(DESTDIR)$(bindir)
        install -m755 \
            depanneur  \
-               build_wrapper \
            $(DESTDIR)$(bindir)
 
index 39b6360..c3b71dc 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -187,6 +187,10 @@ Available options:
 
 
 my $Config = LoadFile($config_filename);
+if (!$Config) { 
+    print "Error while parsing $config_filename";
+    exit(1);
+}
 my @package_repos = ();
 foreach my $r (@{$Config->{Repositories}}) {
     my $uri = URI->new($r->{Url});