From 9215fde72daf22e6f1098e914571ac79017c91e5 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 20 Dec 2008 17:47:07 +0000 Subject: adding initial support for Manifest files git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@691 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 1 + 1 file changed, 1 insertion(+) (limited to 'trunk/src/createpkg') 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 { -- cgit v1.2.3