aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-24 16:23:45 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-24 16:23:45 +0000
commit6510376315c3d1539232ca22e0c1762231462896 (patch)
treea9682791741700c9adf62bea1147ee6297f357aa
parentdecc87cfe455baf03fa1712cf36c42fdcd41e28b (diff)
downloadsimplepkg-6510376315c3d1539232ca22e0c1762231462896.tar.gz
simplepkg-6510376315c3d1539232ca22e0c1762231462896.tar.bz2
minor change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@713 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-xtrunk/src/mkbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index d957897..65a54db 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -762,7 +762,6 @@ function file_metainfo {
# Update Manifest metadata
if [ -e "$DIST_SRC_LOCATION" ]; then
file="$DIST_SRC_LOCATION"
- echo "Using $(basename $file) found at $(dirname $file) to hash at the Manifest."
else
echo "$file_type $dist_name " >> $manifest_file # end space is important
return 1