From 7b2f14e62163c8846360fbc43ec99e80a345d802 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Fri, 2 Nov 2007 13:23:26 +0000 Subject: [PATCH] Stefan Fiedler: sed: some cleanups; build html manual [2007091023140431346] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8739 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/sed/sed.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package/base/sed/sed.conf b/package/base/sed/sed.conf index a90dc6026..a27b58491 100644 --- a/package/base/sed/sed.conf +++ b/package/base/sed/sed.conf @@ -1,3 +1,4 @@ +#!/bin/bash # --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. @@ -20,10 +21,10 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -# workaround for sed configure getline disabling in stage 1 +# workaround for sed configure getline disabling in stage 2 preconf="echo am_cv_func_working_getline=yes >> config.cache" +var_append extraconfopt " " "--cache-file=config.cache" -if [ $stagelevel -gt 0 ]; then - postmake="mv -v $root/usr/bin/sed $root/bin/sed" -fi +bindir="$root/bin" +var_append extraconfopt " " "--enable-html"