diff options
author | root <root@gocchin.haxx.dafuq> | 2021-02-16 15:27:57 -0600 |
---|---|---|
committer | root <root@gocchin.haxx.dafuq> | 2021-02-16 15:27:57 -0600 |
commit | 8779254961736bb8f2a511d85ab28feb9d1f4a52 (patch) | |
tree | 30e549ab99838eda8b945cca89e65534dfbc265b /gentoox_build.sh | |
parent | c6488a6e226e5289178fb05c4038e576d63510e4 (diff) | |
download | gentoox-8779254961736bb8f2a511d85ab28feb9d1f4a52.tar.gz gentoox-8779254961736bb8f2a511d85ab28feb9d1f4a52.tar.bz2 gentoox-8779254961736bb8f2a511d85ab28feb9d1f4a52.zip |
wip
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-x | gentoox_build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh index cfc2065..50e4df4 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -66,10 +66,9 @@ if [[ ! -f 'image/etc/gentoo-release' ]]; then cp ../../60-ioschedulers.rules etc/udev/rules.d/ mkdir -p etc/portage/patches/www-client/firefox - wget --quiet -P etc/portage/patches/www-client/firefox/ 'https://raw.githubusercontent.com/bmwiedemann/openSUSE/master/packages/m/MozillaFirefox/firefox-branded-icons.patch' wget --quiet -P etc/portage/patches/www-client/firefox/ 'https://raw.githubusercontent.com/bmwiedemann/openSUSE/master/packages/m/MozillaFirefox/firefox-kde.patch' wget --quiet -P etc/portage/patches/www-client/firefox/ 'https://raw.githubusercontent.com/bmwiedemann/openSUSE/master/packages/m/MozillaFirefox/mozilla-kde.patch' - wget --quiet -P etc/portage/patches/www-client/firefox/ 'http://bazaar.launchpad.net/~mozillateam/firefox/firefox-trunk.head/download/ricotz%40ubuntu.com-20201209065217-a6q3xcr4yl33mdqp/unitymenubar.patch-20130215095938-1n6mqqau8tdfqwhg-1/unity-menubar.patch' + #wget --quiet -P etc/portage/patches/www-client/firefox/ 'http://bazaar.launchpad.net/~mozillateam/firefox/firefox-trunk.head/download/ricotz%40ubuntu.com-20201209065217-a6q3xcr4yl33mdqp/unitymenubar.patch-20130215095938-1n6mqqau8tdfqwhg-1/unity-menubar.patch' mkdir -p etc/portage/package.mask mkdir -p etc/portage/package.unmask |