diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-03-22 00:51:44 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-03-22 00:51:44 +0100 |
commit | 53ec04bb0fd4c086e54e2a6779fa88ee53139628 (patch) | |
tree | 07981c26acf6208a0643c07b5da23749b9cfaaea /methods/makefile | |
parent | 9179f697ed4796a86f820b516f034fd679e48be4 (diff) |
* debian/apt-utils.install:
- ship the ftparchive, apt-extractemplates and apt-sortpkgs locales
in the apt-utils package instead of the apt package
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index 6f904d071..6fe95f29a 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods include ../buildlib/libversion.mak -APT_DOMAIN := libapt-pkg$(LIBAPTPKG_MAJOR) +APT_DOMAIN := apt # The file method PROGRAM=file |