aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-20 17:47:07 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-20 17:47:07 +0000
commit9215fde72daf22e6f1098e914571ac79017c91e5 (patch)
tree369566c8b4cc844ffe8e249b6b89833c8be8d692 /trunk/src/createpkg
parent410130aedd6a73b9cc1f021dcd336bd5c6cb16d4 (diff)
downloadsimplepkg-9215fde72daf22e6f1098e914571ac79017c91e5.tar.gz
simplepkg-9215fde72daf22e6f1098e914571ac79017c91e5.tar.bz2
adding initial support for Manifest files
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@691 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 2344a1b..325d120 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -175,6 +175,7 @@ function find_slackbuild {
OUTPUT=`find $SLACKBUILDS_DIR -iname $1.SlackBuild`
[ "$OUTPUT" != "" ] && EXIT_CODE=0 || EXIT_CODE=1
echo $OUTPUT
+
}
function info_builds {