Compare commits
No commits in common. "27b3ddc6d9d79758626d9957880583caa6d42587" and "e5621b9cd9ce50b6a120f9456147792a1c257c09" have entirely different histories.
27b3ddc6d9
...
e5621b9cd9
1 changed files with 1 additions and 6 deletions
|
@ -9,18 +9,13 @@ 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