![Albert Hopkins](/assets/img/avatar_default.png)
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
PYTHON_TARGETS="python2_7"
|
|
PYTHON_SINGLE_TARGET="python2_7"
|
|
USE="$USE introspection pulseaudio -openrc systemd"
|
|
RUBY_TARGETS=ruby20
|
|
VIDEO_CARDS=""
|
|
APACHE2_MODULES="auth_digest authn_file authz_groupfile dav dav_fs"
|