From 217df6be44ec6c4fd7aee11e3ba48a11bf00922d Mon Sep 17 00:00:00 2001 From: mprahl Date: Jun 15 2021 16:50:28 +0000 Subject: Fix a build failure --- diff --git a/WoeUSB.spec b/WoeUSB.spec index 7292d1c..3720705 100644 --- a/WoeUSB.spec +++ b/WoeUSB.spec @@ -2,7 +2,7 @@ Name: WoeUSB Version: 5.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Windows USB installation media creator License: GPLv3+ URL: https://github.com/WoeUSB/WoeUSB @@ -34,9 +34,9 @@ find . -type f -print0 | xargs -0 sed -i "s/@@WOEUSB_VERSION@@/%{version}/" sed -i '1!b;s/env bash/bash/' sbin/woeusb %install -install -d -m 655 %{buildroot}%{_bindir} +install -d -m 777 %{buildroot}%{_bindir} install -m 755 sbin/woeusb %{buildroot}%{_bindir}/woeusb -install -d -m 655 %{buildroot}%{_mandir}/man1 +install -d -m 777 %{buildroot}%{_mandir}/man1 install -m 444 share/man/man1/woeusb.1 %{buildroot}%{_mandir}/man1/woeusb.1 ls -l %{buildroot}%{_mandir}/man1 @@ -46,6 +46,9 @@ ls -l %{buildroot}%{_mandir}/man1 %{_mandir}/man1/woeusb.1.gz %changelog +* Tue Jun 15 2021 mprahl