summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-07-24 00:27:05 -0500
committerJesse Luehrs <doy@tozt.net>2010-07-24 00:27:05 -0500
commit4d6171aca6bfd12ce0a3d04a68bfc58464bfa22e (patch)
tree093cd306b2e8e8e2d732511cf1f0cb62fc14e8d7 /Makefile
parent01838b83c04a9ff9cd571bcea39e2877ac477266 (diff)
downloadconf-4d6171aca6bfd12ce0a3d04a68bfc58464bfa22e.tar.gz
conf-4d6171aca6bfd12ce0a3d04a68bfc58464bfa22e.zip
change the logic so this succeeding doesn't cause the make to fail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf3b5a4..fc7e3de 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ clean :
@crontab -d
$(INTO)/.% : %
- @[ -e $@ ] && [ ! -h $@ ] && mv -f $@ $@.bak
+ @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak
$(LN) $(PWD)/$< $@
/var/spool/cron/$(USER) : crontab