aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-30 20:07:15 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-30 20:07:15 +0000
commit88e0aae3f1591848b1d8cc58e8cbd116b7905dea (patch)
tree8af6bee646ad220adebda21d9cab55d1bb808c64 /trunk/src/createpkg
parent0a74464a3dab5ae8ba3d8616cd2da1bd30b5f85d (diff)
downloadsimplepkg-88e0aae3f1591848b1d8cc58e8cbd116b7905dea.tar.gz
simplepkg-88e0aae3f1591848b1d8cc58e8cbd116b7905dea.tar.bz2
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@788 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 9563055..c83b673 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -290,7 +290,7 @@ function repository_checkout {
svn="$PACKAGES_SVN"
fi
- if check_svn_repo $svn; then
+ if valid_svn_repo $svn; then
svn checkout $svn $PACKAGES_DIR
chown_svn $PACKAGES_DIR && chgrp_svn $PACKAGES_DIR
if [ "$svn" != "$PACKAGES_SVN" ]; then