xbps: make the patch apply correctly.
This commit is contained in:
@@ -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
|
diff --git a/lib/package_remove.c b/lib/package_remove.c
|
||||||
index 0b6fc03..3118e19 100644
|
index 0b6fc03..3118e19 100644
|
||||||
--- a/lib/package_remove.c
|
--- lib/package_remove.c
|
||||||
+++ b/lib/package_remove.c
|
+++ lib/package_remove.c
|
||||||
@@ -233,8 +233,6 @@ xbps_remove_pkg(struct xbps_handle *xhp,
|
@@ -233,8 +233,6 @@ xbps_remove_pkg(struct xbps_handle *xhp,
|
||||||
if (!update)
|
if (!update)
|
||||||
xbps_set_cb_state(xhp, XBPS_STATE_REMOVE, 0, pkgname, version, NULL);
|
xbps_set_cb_state(xhp, XBPS_STATE_REMOVE, 0, pkgname, version, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user