diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-11-15 16:08:07 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-11-15 16:08:07 +0000 |
commit | dffc4a8c34baddfb4e56ed0add299639b8030784 (patch) | |
tree | deae91098257bd88d429edf5495e3b5ff660639f | |
parent | 36e4c24f5b35dd2f1860c2746b5517b1000ea3d4 (diff) | |
download | simplepkg-dffc4a8c34baddfb4e56ed0add299639b8030784.tar.gz simplepkg-dffc4a8c34baddfb4e56ed0add299639b8030784.tar.bz2 |
createpkg: TODO
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@31 04377dda-e619-0410-9926-eae83683ac58
-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 |