- port of rev. 335 from branch_0_4 (fix syntax of sed calls)

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@373 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-12-04 06:47:20 +00:00
parent f37a392ad8
commit 2d83bd46e1
1 changed files with 4 additions and 4 deletions

View File

@ -18,12 +18,12 @@ capisuitefax: capisuitefax.in
.pyin.py:
rm -f $@
if test $(sfftobmp_major_version) = "2"; then
if test $(sfftobmp_major_version) = "2"; then \
sed -e 's,@\pkgsysconfdir@,$(pkgsysconfdir),g' \
-e 's,#2,,g' $< >$@
else
-e 's,#2 ,,g' $< >$@ ;\
else \
sed -e 's,@\pkgsysconfdir@,$(pkgsysconfdir),g' \
-e 's,#3,,g' $< >$@
-e 's,#3 ,,g' $< >$@ ;\
fi
.confin.conf: