summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 20:08:24 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-04 20:08:24 -0500
commit92ae45b26539ea03286f64f705b20b19ab744dc4 (patch)
tree14de2b6784d22cff2b756886ac3dc113d9acf71c /newmoon
parentcd platform (diff)
downloadstackrpms-92ae45b26539ea03286f64f705b20b19ab744dc4.tar.gz
stackrpms-92ae45b26539ea03286f64f705b20b19ab744dc4.tar.bz2
stackrpms-92ae45b26539ea03286f64f705b20b19ab744dc4.zip
WIP: show contents
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/newmoon.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 8a11046..147e20e 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -128,9 +128,12 @@ sed -i -r -e '/enable-optimize/s/"\s*$/ -Wno-format-overflow"/' ./.mozconfig
%patch3 -p1
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9
# For gcc 11
-cd %{badname}/platform
-patch -p1 < %{SOURCE7}
-cd ../..
+ ls -al
+ ls -al %{badname} || :
+ ls -al %{badname}/platform || :
+ cd %{badname}/platform
+ patch -p1 < %{SOURCE7}
+ cd ../..
%endif
! test -d %{badname}/branding/unofficial.unbuilt && {
bgstack15