From 77ee9dde17e62a3c64d775fe8f3254726c8f3a20 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 8 Nov 2024 17:43:16 +0100 Subject: [PATCH] Update debian/rules --- debian/rules | 9 --------- 1 file changed, 9 deletions(-) diff --git a/debian/rules b/debian/rules index 49e45f0..bdfc698 100755 --- a/debian/rules +++ b/debian/rules @@ -27,12 +27,6 @@ override_dh_install: cp -vf target/release/nu debian/nushell/usr/bin/ chmod 755 debian/nushell/usr/bin/nu chmod +x debian/nushell/usr/bin/nu - cp -vf target/release/nu_plugin_custom_values debian/nushell/usr/bin/ - chmod 755 debian/nushell/usr/bin/nu_plugin_custom_values - chmod +x debian/nushell/usr/bin/nu_plugin_custom_values - cp -vf target/release/nu_plugin_example debian/nushell/usr/bin/ - chmod 755 debian/nushell/usr/bin/nu_plugin_example - chmod +x debian/nushell/usr/bin/nu_plugin_example cp -vf target/release/nu_plugin_formats debian/nushell/usr/bin/ chmod 755 debian/nushell/usr/bin/nu_plugin_formats chmod +x debian/nushell/usr/bin/nu_plugin_formats @@ -48,6 +42,3 @@ override_dh_install: cp -vf target/release/nu_plugin_query debian/nushell/usr/bin/ chmod 755 debian/nushell/usr/bin/nu_plugin_query chmod +x debian/nushell/usr/bin/nu_plugin_query - cp -vf target/release/nu_plugin_stress_internals debian/nushell/usr/bin/ - chmod 755 debian/nushell/usr/bin/nu_plugin_stress_internals - chmod +x debian/nushell/usr/bin/nu_plugin_stress_internals