diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-12 23:42:35 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-12 23:42:35 +0200 |
commit | 6fcfa3dc25c1790a8d78c9b88f103fc75b76e82f (patch) | |
tree | 5a24372e0bdf3ab568d6ae7d0657c13763802f33 /debian/apt.install.in | |
parent | bc0a5999a7ec4f23bfbb7f26f065251c4eb79146 (diff) |
install libapt-private* into the apt binary
Diffstat (limited to 'debian/apt.install.in')
-rw-r--r-- | debian/apt.install.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/apt.install.in b/debian/apt.install.in new file mode 100644 index 000000000..3527f9005 --- /dev/null +++ b/debian/apt.install.in @@ -0,0 +1,5 @@ +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 |