diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-13 22:08:47 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-13 22:08:47 +0100 |
| commit | f88aa9d422cb796644de8d7f3a003ab7027041fc (patch) | |
| tree | 8f212702eccd468989080767089ffdceb2ecb035 /debian/python3-apt.install | |
| parent | 660c5bbf9d2793a392572e1c23eb36b4e9298792 (diff) | |
| download | python-apt-f88aa9d422cb796644de8d7f3a003ab7027041fc.tar.gz | |
* debian/python3-apt.install:
- fix py3 extension module install location (thanks to
Barry)
Diffstat (limited to 'debian/python3-apt.install')
| -rw-r--r-- | debian/python3-apt.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/python3-apt.install b/debian/python3-apt.install index 16c3317a..352d102b 100644 --- a/debian/python3-apt.install +++ b/debian/python3-apt.install @@ -1,4 +1,4 @@ -usr/lib/python3*/*/apt_pkg.so -usr/lib/python3*/*/apt_inst.so +usr/lib/python3*/*/apt_pkg*.so +usr/lib/python3*/*/apt_inst*.so usr/lib/python3*/*/*/ usr/lib/python3*/*/*.egg-info |
