]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't use --add when defining glibc.ports-repo
authorAndreas Schwab <schwab@redhat.com>
Mon, 12 Jul 2010 08:08:16 +0000 (10:08 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 12 Jul 2010 08:08:16 +0000 (10:08 +0200)
fedora/Makefile

index 0de99b4c39c39ddf8ae7e28d9f320632adc05a5c..e09c369c0227aaf1f5c12f856f621161aae7e705 100644 (file)
@@ -22,7 +22,7 @@ ports-repo := $(call gitconf,glibc.ports-repo)
 ifndef ports-repo
 $(error \
 You need a glibc-ports repository! \
-Get one and do: "git config --add glibc.ports-repo ~/DIR/.git" \
+Get one and do: "git config glibc.ports-repo GLIBC_PORTS.git" \
 )
 endif