[arch-commits] Commit in expac/trunk (0001-fix-target-processing.patch)

Dave Reisner dreisner at archlinux.org
Sat Jan 30 01:05:52 UTC 2016


    Date: Saturday, January 30, 2016 @ 02:05:52
  Author: dreisner
Revision: 258694

upgpkg: expac 5-1

Deleted:
  expac/trunk/0001-fix-target-processing.patch

----------------------------------+
 0001-fix-target-processing.patch |   27 ---------------------------
 1 file changed, 27 deletions(-)

Deleted: 0001-fix-target-processing.patch
===================================================================
--- 0001-fix-target-processing.patch	2016-01-30 01:04:49 UTC (rev 258693)
+++ 0001-fix-target-processing.patch	2016-01-30 01:05:52 UTC (rev 258694)
@@ -1,27 +0,0 @@
-From ea25d7e51c2236e739aef2718499781dd37ef53d Mon Sep 17 00:00:00 2001
-From: Dave Reisner <dreisner at archlinux.org>
-Date: Tue, 25 Nov 2014 10:50:19 -0500
-Subject: [PATCH] fix target processing
-
-lack of targets is not an error.
----
- expac.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/expac.c b/expac.c
-index 5a11a59..d89e072 100644
---- a/expac.c
-+++ b/expac.c
-@@ -848,9 +848,6 @@ int main(int argc, char *argv[])
-   }
- 
-   targets = process_targets(argc, argv);
--  if(targets == NULL) {
--    return 1;
--  }
- 
-   r = expac_new(&expac, opt_config_file);
-   if(r < 0) {
--- 
-2.1.3
-



More information about the arch-commits mailing list