From c2d232405dff3c653d8518d91cb1894bb1c4bcaf Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 31 Jan 2015 17:19:22 -0500 Subject: Use #!/usr/bin/dh-exec in relevant .install files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A number of .install files reference the DEB_HOST_MULTIARCH variable. Make these files scripts run by dh-exec so it’s expanded properly. --- debian/deadbeef-plugin-hotkeys.install | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 debian/deadbeef-plugin-hotkeys.install (limited to 'debian/deadbeef-plugin-hotkeys.install') diff --git a/debian/deadbeef-plugin-hotkeys.install b/debian/deadbeef-plugin-hotkeys.install old mode 100644 new mode 100755 index 04578c6e..d7ff49f0 --- a/debian/deadbeef-plugin-hotkeys.install +++ b/debian/deadbeef-plugin-hotkeys.install @@ -1 +1,2 @@ +#!/usr/bin/dh-exec usr/lib/${DEB_HOST_MULTIARCH}/deadbeef/hotkeys.so -- cgit v1.2.3