photoframe2/prepare.sh

13 lines
337 B
Bash

#!/bin/sh
mkdir -p /etc/portage/package.use
mkdir -p /etc/portage/make.conf
cp portage/package.use/firefox /etc/portage/package.use/
cp portage/make.conf/introspection.conf /etc/portage/make.conf/
cp portage/make.conf/wayland.conf /etc/portage/make.conf/
xargs -r emerge -vbknuUj --rebuilt-binaries=y --color=y <<EOF
dev-libs/nss
EOF