add todo files for empty folders
This commit is contained in:
parent
2aed9e7b99
commit
48ce299674
8 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -7,6 +7,7 @@ all :
|
||||||
$(BUILD) all
|
$(BUILD) all
|
||||||
clean :
|
clean :
|
||||||
$(BUILD) clean
|
$(BUILD) clean
|
||||||
|
make -C docker clean
|
||||||
|
|
||||||
veryclean :
|
veryclean :
|
||||||
$(BUILD) veryclean
|
$(BUILD) veryclean
|
||||||
|
|
|
||||||
0
docker/librewolf/arch/todo
Normal file
0
docker/librewolf/arch/todo
Normal file
|
|
@ -6,9 +6,9 @@ copy version /
|
||||||
run wget -q https://archive.mozilla.org/pub/firefox/releases/$(cat /version)/source/firefox-$(cat /version).source.tar.xz
|
run wget -q https://archive.mozilla.org/pub/firefox/releases/$(cat /version)/source/firefox-$(cat /version).source.tar.xz
|
||||||
run tar xf firefox-$(cat /version).source.tar.xz
|
run tar xf firefox-$(cat /version).source.tar.xz
|
||||||
|
|
||||||
# dependencies
|
# dependencies, tools, distro build tools,...
|
||||||
run apt-get install -y git
|
run apt-get install -y git
|
||||||
run #### [build trigger] (add or remove a few hashes in front to build from here)
|
run ### [build trigger] (add or remove a few hashes in front to build from here)
|
||||||
run git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
|
run git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
|
||||||
workdir windows
|
workdir windows
|
||||||
run ln -s /firefox-$(cat /version)
|
run ln -s /firefox-$(cat /version)
|
||||||
|
|
|
||||||
0
docker/librewolf/macos/todo
Normal file
0
docker/librewolf/macos/todo
Normal file
0
docker/librewolf/pe/appimage/todo
Normal file
0
docker/librewolf/pe/appimage/todo
Normal file
0
docker/librewolf/pe/flatpak/todo
Normal file
0
docker/librewolf/pe/flatpak/todo
Normal file
0
docker/librewolf/pe/snapd/todo
Normal file
0
docker/librewolf/pe/snapd/todo
Normal file
0
docker/librewolf/windows/todo
Normal file
0
docker/librewolf/windows/todo
Normal file
Loading…
Add table
Reference in a new issue