Accepting request 1149049 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1149049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/html-dtd?expand=0&rev=17
This commit is contained in:
commit
5ab4e7c15a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 08:00:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 6 16:13:11 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Nov 6 16:13:11 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ mkdir html-4.01
|
|||||||
(cd html-4.01 && tar zxf $RPM_SOURCE_DIR/html401.tgz)
|
(cd html-4.01 && tar zxf $RPM_SOURCE_DIR/html401.tgz)
|
||||||
cp -p %{SOURCE7} .
|
cp -p %{SOURCE7} .
|
||||||
%{INSTALL_DATA} %{SOURCE8} README.SUSE
|
%{INSTALL_DATA} %{SOURCE8} README.SUSE
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
find . -type f | xargs chmod 644
|
find . -type f | xargs chmod 644
|
||||||
find . -type d | xargs chmod 755
|
find . -type d | xargs chmod 755
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user