diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-19 10:38:48 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-19 10:38:48 +0200 |
commit | a5e790985752c6820e08e7a7e650e1607fa826e4 (patch) | |
tree | 22006a645ce01b35c1130dc991c9d167d32208d3 | |
parent | 304731b8f23e03d15d1c2d6f66e1bf5f26ac0ca2 (diff) |
install apt binary as well
-rw-r--r-- | debian/apt.install.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt.install.in b/debian/apt.install.in index 3527f9005..346eefb70 100644 --- a/debian/apt.install.in +++ b/debian/apt.install.in @@ -1,5 +1,5 @@ -bin/apt-* usr/bin/ +bin/apt* usr/bin/ bin/methods/* usr/lib/apt/methods/ scripts/dselect/* usr/lib/dpkg/methods/apt/ usr/share/locale/*/*/apt.mo -bin/libapt-private* usr/lib/@DEB_HOST_MULTIARCH@/
\ No newline at end of file +bin/libapt-private* usr/lib/@DEB_HOST_MULTIARCH@/ |