diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-07-12 10:08:16 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-07-12 10:08:16 +0200 |
commit | a06f3a382318e4cbc1bec49b923ef1b4f1e2a493 (patch) | |
tree | 55e14f99a59773bfbbd5a0899de7a41feeea6444 | |
parent | 2e091b008b3e097045b3b48bb39e5642f75965df (diff) | |
download | glibc-a06f3a382318e4cbc1bec49b923ef1b4f1e2a493.tar glibc-a06f3a382318e4cbc1bec49b923ef1b4f1e2a493.tar.gz glibc-a06f3a382318e4cbc1bec49b923ef1b4f1e2a493.tar.bz2 glibc-a06f3a382318e4cbc1bec49b923ef1b4f1e2a493.zip |
Don't use --add when defining glibc.ports-repo
-rw-r--r-- | fedora/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile index 0de99b4c39..e09c369c02 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 |