You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
698 B
21 lines
698 B
Index: scripts/check.sh |
|
--- scripts/check.sh.orig 2012-07-11 14:41:20.000000000 +0200 |
|
+++ scripts/check.sh 2012-07-12 19:59:27.000000000 +0200 |
|
@@ -1,4 +1,4 @@ |
|
-#!/bin/bash |
|
+#!/bin/sh |
|
|
|
# CHECK.SH: Test ccide |
|
[ -f threeway.c.d ] || cd tests || Die Cannot cd tests |
|
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2012-07-12 01:27:02.000000000 +0200 |
|
+++ src/Makefile.in 2012-07-12 19:59:00.000000000 +0200 |
|
@@ -643,7 +643,7 @@ |
|
gitclean: clean-local |
|
|
|
${PACKAGE}.1: ${PACKAGE}.pod |
|
- /usr/bin/pod2man --section=1 \ |
|
+ pod2man --section=1 \ |
|
--release="${PACKAGE}-${VERSION}-${RELEASE}" \ |
|
--center="DecisionTableProcessor(${PACKAGE}) Man Page" \ |
|
${PACKAGE}.pod > ${PACKAGE}.1
|
|
|