From ca82dc7a9470b58873bbe55e9ffc66fb4f2cb461 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 9 Jun 2015 12:39:44 +0100 Subject: [PATCH] Fix git patch. --- ocaml.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index c94ddcc..d0e5eec 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -203,7 +203,7 @@ git init git config user.email "noone@example.com" git config user.name "no one" git add . -git add -f configure ;# required because .gitignore lists this file +git add -f configure .depend ;# required because .gitignore lists these files git commit -a -q -m "%{version} baseline" git am %{patches}