diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-06 10:49:25 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-06 10:49:25 +0100 |
commit | 3f599bb721c4ac58d8ff18991c9704b5f30eaa2b (patch) | |
tree | 0e51668725871e50c67021b785f7849b29697df2 /cmdline/makefile | |
parent | f0b509cdb44cb5e79e9c5ddd7ebec46965138534 (diff) |
* apt-pkg/acquire-item.cc:
- default to "/usr/lib/apt/apt-report-mirror-failure"
* cmdline/apt-report-mirror-failure:
- no default comit url for now
* debian/rules:
- move apt-report-mirror-failure into /usr/lib/apt
* doc/examples/configure-index:
- more documentation
* methods/mirror.cc:
- updated TODO
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/makefile b/cmdline/makefile index f07c7da3b..8d284c2f3 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -55,6 +55,6 @@ include $(COPY_H) # The apt-key program SOURCE=apt-report-mirror-failure -TO=$(LIB) +TO=$(BIN) TARGET=program include $(COPY_H) |