From fcb52a0933d47ce95f3043672ec28b9661bad2ed Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 28 Dec 2012 10:47:15 +0100 Subject: [PATCH] xbps: make the patch apply correctly. --- ...libxbps-fixed-regression-executing-pre-remove-action.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps/patches/0001-libxbps-fixed-regression-executing-pre-remove-action.patch b/srcpkgs/xbps/patches/0001-libxbps-fixed-regression-executing-pre-remove-action.patch index 72a68180408..62f240d1937 100644 --- a/srcpkgs/xbps/patches/0001-libxbps-fixed-regression-executing-pre-remove-action.patch +++ b/srcpkgs/xbps/patches/0001-libxbps-fixed-regression-executing-pre-remove-action.patch @@ -11,8 +11,8 @@ Subject: [PATCH] libxbps: fixed regression executing "pre-remove" action in diff --git a/lib/package_remove.c b/lib/package_remove.c index 0b6fc03..3118e19 100644 ---- a/lib/package_remove.c -+++ b/lib/package_remove.c +--- lib/package_remove.c ++++ lib/package_remove.c @@ -233,8 +233,6 @@ xbps_remove_pkg(struct xbps_handle *xhp, if (!update) xbps_set_cb_state(xhp, XBPS_STATE_REMOVE, 0, pkgname, version, NULL);