From d06fe159ba6c974c64d7f79fe102d315b20fbe26 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 10 Jul 2013 23:51:40 +0200 Subject: Stop ignoring Rakefile and install Originally my installation script was a Ruby rake task, so I had to ignore the `Rakefile` when installing. Then I moved onto `install`, written on a trans-Atlantic flight, so I had to ignore that too. Now, ignore neither of these. --- bin/lsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lsrc b/bin/lsrc index 2a1a9e0..e2a3618 100755 --- a/bin/lsrc +++ b/bin/lsrc @@ -80,7 +80,7 @@ handle_file() { } metafile() { - [ x$2 = 'xhost-' -o x$3 = 'xtag-' -o x$1 = "xRakefile" -o x$1 = "xinstall" ] + [ x$2 = 'xhost-' -o x$3 = 'xtag-' ] } handle_command_line() { -- cgit v1.2.3