diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-13 22:09:47 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-13 22:09:47 +0100 |
| commit | c9cf7e9271660b90c809a023e88452474a0d18a1 (patch) | |
| tree | 7f37d1f32b8f190639046694462ed155b5da59eb /debian/python3-apt.install | |
| parent | 1764db1ac8ea738f18a98d010ad36613c32651c4 (diff) | |
| parent | f88aa9d422cb796644de8d7f3a003ab7027041fc (diff) | |
| download | python-apt-c9cf7e9271660b90c809a023e88452474a0d18a1.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 |
