From: Andreas Schwab Date: Mon, 12 Jul 2010 08:08:16 +0000 (+0200) Subject: Don't use --add when defining glibc.ports-repo X-Git-Tag: fedora/glibc-2.12.90-5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06f3a382318e4cbc1bec49b923ef1b4f1e2a493;p=thirdparty%2Fglibc.git Don't use --add when defining glibc.ports-repo --- diff --git a/fedora/Makefile b/fedora/Makefile index 0de99b4c39c..e09c369c022 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -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