summarylogtreecommitdiffstats
path: root/remove-unused-sh-files.patch
blob: 61d6ab74a9847bbd0f96393c46f6f6e1177d8df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/scripts/meson.build
+++ b/scripts/meson.build
@@ -6,7 +6,7 @@ configure_file(
   }
 )
 
-foreach rc : [ '.sh', '.fish', '-daemon.sh', '-daemon.fish' ]
+foreach rc : [ '-daemon.sh', '-daemon.fish' ]
   configure_file(
     input : 'nix-profile' + rc  + '.in',
     output : 'nix' + rc,