[packages/automysqlbackup] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:43:30 CEST 2025
commit 7cf68e3e09b89caa2853a0e00f604c2c6b2878d5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:43:14 2025 +0200
Fix applying patches.
automysqlbackup.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/automysqlbackup.spec b/automysqlbackup.spec
index 57d542a..2153b80 100644
--- a/automysqlbackup.spec
+++ b/automysqlbackup.spec
@@ -28,8 +28,8 @@ Other Features include:
%prep
%setup -q -n %{name}-v%{version}_%{subver}
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%{__sed} -i -e '1s,#!/usr/bin/env bash,#!/bin/bash,' %{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/automysqlbackup.git/commitdiff/7cf68e3e09b89caa2853a0e00f604c2c6b2878d5
More information about the pld-cvs-commit
mailing list