1 --- swapspace-1.10/Makefile.orig 2006-01-03 20:19:35.000000000 -0800
2 +++ swapspace-1.10/Makefile 2011-10-13 11:22:23.950648477 -0700
5 SWAPDIR=$(SWAPPARENT)/swapspace
9 +$(MAKE) -C src VERSION="`cat VERSION`" DATE="`cat DATE`"
10 +$(MAKE) -C doc VERSION="`cat VERSION`" DATE="`cat DATE`"
14 install -d $(DESTDIR)/$(SWAPPARENT)
15 install -d -m700 $(DESTDIR)/$(SWAPDIR)
16 - install -d $(DESTDIR)/usr/sbin $(DESTDIR)/etc $(DESTDIR)/etc/init.d
17 + install -d $(DESTDIR)/usr/sbin $(DESTDIR)/etc
18 install -d $(DESTDIR)/usr/share/man/man8
19 strip src/swapspace || true
20 install -m755 src/swapspace $(DESTDIR)/usr/sbin
21 install -m644 swapspace.conf $(DESTDIR)/etc
22 - install -m744 debian/swapspace.init $(DESTDIR)/etc/init.d/swapspace
23 install -m644 doc/swapspace.8 $(DESTDIR)/usr/share/man/man8