added a comment to make it clearer where the base packages are defined

This commit is contained in:
Bruce Leidl 2018-03-10 16:10:50 -05:00
parent df2dd7557d
commit 1e7f143a63

View File

@ -1,6 +1,11 @@
#!/bin/bash
APPIMG_BUILDER_BASE="/usr/share/appimg-builder"
#
# If you're looking for the base lists of packages that are always installed
# and modules that are always run, they're defined here in common.inc
#
source ${APPIMG_BUILDER_BASE}/common.inc
if [ "$EUID" -ne 0 ]; then