Make build recipe compatible with POSIX sh
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user