diff options
author | Kyle K <kylek389@gmail.com> | 2020-02-16 16:35:01 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-02-16 16:35:01 -0600 |
commit | b84bd85d3dc45dda57aae4c0e499c5f0aaf0425c (patch) | |
tree | 5ade5897da645f3617ef26820637c302360d557c /gentoox_build.sh | |
parent | faafb704e8fd9769250ad64522158ffde88f57bd (diff) | |
download | gentoox-b84bd85d3dc45dda57aae4c0e499c5f0aaf0425c.tar.gz gentoox-b84bd85d3dc45dda57aae4c0e499c5f0aaf0425c.tar.bz2 gentoox-b84bd85d3dc45dda57aae4c0e499c5f0aaf0425c.zip |
firefox 73.0 opensuse KDE patches and unity global menu
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-x | gentoox_build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh index 44ec8cd..dbaaef3 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -59,6 +59,13 @@ if [[ ! -f 'image/etc/gentoo-release' ]]; then cp -r ../../patches/* etc/portage/patches/ mkdir -p etc/portage/patches/app-crypt/efitools cp ../../efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch etc/portage/patches/app-crypt/efitools/ + + 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/head:/unitymenubar.patch-20130215095938-1n6mqqau8tdfqwhg-1/unity-menubar.patch' + cp ../../arch-chroot usr/local/sbin/ cp ../../genfstab usr/local/sbin/ |