Put every package on its own line

This commit is contained in:
Brad Warren 2015-12-16 12:45:15 -08:00
parent 02053892d1
commit eca5e7ae27
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#!/bin/sh
PACKAGES="dev-lang/python:2.7
PACKAGES="
dev-lang/python:2.7
dev-python/virtualenv
dev-util/dialog
app-admin/augeas

View file

@ -2,7 +2,8 @@
# SLE12 don't have python-virtualenv
zypper -nq in -l python \
zypper -nq in -l \
python \
python-devel \
python-virtualenv \
gcc \