| 1 |
diff -Naur spew-1.0.8.orig/man/Makefile.am spew-1.0.8/man/Makefile.am
|
| 2 |
--- spew-1.0.8.orig/man/Makefile.am 2008-05-13 00:47:28.000000000 -0400
|
| 3 |
+++ spew-1.0.8/man/Makefile.am 2011-04-05 09:39:32.000000000 -0400
|
| 4 |
@@ -10,11 +10,5 @@
|
| 5 |
sed -e 's!SPEW_VERSION!$(VERSION)!' \
|
| 6 |
-e 's!SYSCONFDIR!$(sysconfdir)!' $< >$@
|
| 7 |
|
| 8 |
-install-data-am: install-man install-man-local
|
| 9 |
-
|
| 10 |
-install-man-local:
|
| 11 |
- (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) -f spew.1 gorge.1)
|
| 12 |
- (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) -f spew.1 regorge.1)
|
| 13 |
-
|
| 14 |
help2man:
|
| 15 |
help2man --section=1 --no-info --name="measures I/O performance and/or generates I/O load" --include="spew.1.include" --output=spew.1.in ../src/spew
|
| 16 |
diff -Naur spew-1.0.8.orig/src/Makefile.am spew-1.0.8/src/Makefile.am
|
| 17 |
--- spew-1.0.8.orig/src/Makefile.am 2008-05-13 00:47:20.000000000 -0400
|
| 18 |
+++ spew-1.0.8/src/Makefile.am 2011-04-05 09:35:16.000000000 -0400
|
| 19 |
@@ -38,7 +38,3 @@
|
| 20 |
SpewTuiStatusWindow.cpp SpewTuiStatusWindow.h
|
| 21 |
|
| 22 |
spew_LDFLAGS = $(STATIC_LINK)
|
| 23 |
-
|
| 24 |
-install-exec-local:
|
| 25 |
- (cd $(DESTDIR)$(bindir) && $(LN_S) -f spew gorge)
|
| 26 |
- (cd $(DESTDIR)$(bindir) && $(LN_S) -f spew regorge)
|