diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-31 17:19:22 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-31 17:19:22 -0500 |
commit | c2d232405dff3c653d8518d91cb1894bb1c4bcaf (patch) | |
tree | d83322095fa43c1d7f47ab6e78f79723622cce4c /debian/deadbeef-plugin-vorbis.install | |
parent | cfe902d9dee2e85243ce26b8754e4b520c747ab7 (diff) |
Use #!/usr/bin/dh-exec in relevant .install files
A number of .install files reference the DEB_HOST_MULTIARCH variable.
Make these files scripts run by dh-exec so it’s expanded properly.
Diffstat (limited to 'debian/deadbeef-plugin-vorbis.install')
-rwxr-xr-x[-rw-r--r--] | debian/deadbeef-plugin-vorbis.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/deadbeef-plugin-vorbis.install b/debian/deadbeef-plugin-vorbis.install index 1fce5be9..0fbe12b1 100644..100755 --- a/debian/deadbeef-plugin-vorbis.install +++ b/debian/deadbeef-plugin-vorbis.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/vorbis.so |