summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbencollins <tailor@grayson>2006-06-01 13:18:59 -0400
committerBen Collins <bcollins@ubuntu.com>2006-06-01 13:18:59 -0400
commitb35a6dac4da51cd846c2f35ba8a329910e82262b (patch)
tree8c055cdec27ad4db811b12784dbf0f4aa63b05e6
parent8fce8a8ffb956a6e1da4625c093e50fad2fc8640 (diff)
downloadsilo-b35a6dac4da51cd846c2f35ba8a329910e82262b.tar.gz
[silo @ 99]
Fix spacing#
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5838f8..ce9a1d4 100644
--- a/Makefile
+++ b/Makefile
@@ -20,12 +20,12 @@ install:
install -m755 silo/silocheck $(DESTDIR)/usr/sbin
[ -f $(DESTDIR)/etc/silo.conf ] || \
install -m644 etc/silo.conf $(DESTDIR)/etc/
- ifeq ($(OPSYS),Linux)
+ifeq ($(OPSYS),Linux)
install -d -m755 $(DESTDIR)/boot $(DESTDIR)/usr/bin
install -m644 first/*.b second/*.b first-isofs/*.b $(DESTDIR)/boot/
install -m755 tilo/maketilo $(DESTDIR)/usr/bin/
install -m755 tilo/tilo.sh $(DESTDIR)/usr/bin/tilo
- endif
+endif
for manpage in $(MANPAGES); do \
sect=`echo $$manpage | sed 's/.*\([1-8]\)$$/\1/'`; \
install -d -m755 $(DESTDIR)/usr/share/man/man$$sect; \