From 88e0aae3f1591848b1d8cc58e8cbd116b7905dea Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 30 Jan 2009 20:07:15 +0000 Subject: minor fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@788 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 2 +- trunk/src/templatepkg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/src') 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 diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index ba5946b..2d1ada2 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -170,7 +170,7 @@ function import_export_templates { repository="$2" preposition="from" - check_svn_repo $repository + valid_svn_repo $repository if [ ! -z "$2" ]; then -- cgit v1.2.3