Make build recipe compatible with POSIX sh

This commit is contained in:
2026-06-20 14:23:30 +02:00
parent 91f694812a
commit 7569072f6f
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 20 12:07:48 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Make build recipe compatible with POSIX sh
-------------------------------------------------------------------
Mon Nov 17 19:59:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
+2 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package blockout
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -58,7 +58,7 @@ autoreconf -fi
d="%buildroot/%_datadir/%name"
%make_install
mkdir -p "$d"
mv blockout/{images,sounds} "$d/"
mv blockout/images blockout/sounds "$d/"
find "$d/" -type f -exec chmod a-x "{}" "+"
%files