add todo files for empty folders

This commit is contained in:
Bert van der Weerd 2021-09-30 01:38:24 +02:00
parent 2aed9e7b99
commit 48ce299674
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
8 changed files with 3 additions and 2 deletions

View file

@ -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

View file

View 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)

View file

View file

View file

View file

View file