summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-10 23:51:40 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-12 21:53:07 +0200
commitd06fe159ba6c974c64d7f79fe102d315b20fbe26 (patch)
treeab05010d083f536fc19e7fbb99ad2235580b2d00
parent30e09856846e482d1bc805645956d2cfe202e0cc (diff)
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.
-rwxr-xr-xbin/lsrc2
1 files changed, 1 insertions, 1 deletions
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() {