From 5f9208f2691d111e2f8fa3aeb3ad787d3b8cb9d1 Mon Sep 17 00:00:00 2001 From: Laurent Almeras Date: Nov 06 2018 23:07:40 +0000 Subject: Fix erroneous comment in nextcloud-client.spec Build is currently broken ; client folder is not found as mv was previously and erroneously commented out. see https://bugzilla.redhat.com/show_bug.cgi?id=1604954 --- diff --git a/nextcloud-client.spec b/nextcloud-client.spec index 0d9f730..e0560c8 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -135,7 +135,7 @@ The nextcloud desktop client dolphin extension. ##%setup -q -n client_theming-%{version} ##%setup -T -D -a 1 -n client_theming-%{version} rm -Rf client -##mv owncloudclient-%{version} client +mv owncloudclient-%{version} client cd client %patch0 -p1 cd -