diff options
-rw-r--r-- | src/createpkg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/createpkg b/src/createpkg index 905920b..76e293c 100644 --- a/src/createpkg +++ b/src/createpkg @@ -110,6 +110,7 @@ function check_config { # check the configuration + # TODO: eval also ~/.slackbuildrc if [ -f "$SLACKBUILDRC" ]; then source $SLACKBUILDRC fi |