Compare commits

..

2 commits

Author SHA1 Message Date
askiiart
27b3ddc6d9
disable %setup -q, whatever that actually does
Some checks failed
continuous-integration/drone Build is failing
2025-03-11 21:00:12 -05:00
askiiart
655bd2cae7
debug 2025-03-11 20:54:43 -05:00

View file

@ -9,13 +9,18 @@ URL: https://git.askiiart.net/pkg-repo/librewolf-allow-dark
Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which (if enabled) let\'s you change the color scheme even if rfp is turned on
%prep
%setup -q
#%setup -q
%install
echo 1
program_name="librewolf-allow-dark"
echo 2
mkdir ./$program_name/
echo 3
cd ./$program_name/
echo 4
tar --zstd -xf ${COMPILED_DIR:-/compiled}/$program_name/$program_name.tar.zst
echo 5
result_dir=%{_topdir}/result/
mkdir $result_dir
mkdir -p $result_dir/%{_datadir}/librewolf