Compare commits
2 commits
e5621b9cd9
...
27b3ddc6d9
Author | SHA1 | Date | |
---|---|---|---|
|
27b3ddc6d9 | ||
|
655bd2cae7 |
1 changed files with 6 additions and 1 deletions
|
@ -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
|
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
|
%prep
|
||||||
%setup -q
|
#%setup -q
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
echo 1
|
||||||
program_name="librewolf-allow-dark"
|
program_name="librewolf-allow-dark"
|
||||||
|
echo 2
|
||||||
mkdir ./$program_name/
|
mkdir ./$program_name/
|
||||||
|
echo 3
|
||||||
cd ./$program_name/
|
cd ./$program_name/
|
||||||
|
echo 4
|
||||||
tar --zstd -xf ${COMPILED_DIR:-/compiled}/$program_name/$program_name.tar.zst
|
tar --zstd -xf ${COMPILED_DIR:-/compiled}/$program_name/$program_name.tar.zst
|
||||||
|
echo 5
|
||||||
result_dir=%{_topdir}/result/
|
result_dir=%{_topdir}/result/
|
||||||
mkdir $result_dir
|
mkdir $result_dir
|
||||||
mkdir -p $result_dir/%{_datadir}/librewolf
|
mkdir -p $result_dir/%{_datadir}/librewolf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue