pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

git-package.mk: Fix typo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Dec 11 03:24:37 2015 +0100
Changeset:	e7aa12ec7b538b48277615597f8eb9ed59f40b6c

Modified Files:
	mk/git-package.mk

Log Message:
git-package.mk: Fix typo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7aa12ec7b538b48277615597f8eb9ed59f40b6c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mk/git-package.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mk/git-package.mk b/mk/git-package.mk
index 9cccdb1..afd4a56 100644
--- a/mk/git-package.mk
+++ b/mk/git-package.mk
@@ -90,7 +90,7 @@ _GIT_FETCH_FLAGS.${repo}=	--quiet --recurse-submodules=yes --tags
 _GIT_CLONE_FLAGS.${repo}=	--quiet --recursive
 
 # For revision checkout we need deep copy
-. if !defined(GIT_BRANCH.${repo})
+. if !defined(GIT_REVISION.${repo})
 _GIT_FETCH_FLAGS.${repo}+=	--depth 1
 _GIT_CLONE_FLAGS.${repo}+=	--depth 1
 . endif


Home | Main Index | Thread Index | Old Index