From af41a2b08266be193a5618ab224d7a199a08f4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 22 Aug 2016 16:06:43 +0100 Subject: sed Change-Id: Ifd430e3714822380111f721824488e1bbcbbec1e --- strata/coreutils-common/coreutils.morph | 5 ----- strata/coreutils-common/sed.morph | 5 ----- 2 files changed, 10 deletions(-) diff --git a/strata/coreutils-common/coreutils.morph b/strata/coreutils-common/coreutils.morph index 3071cb9e..ad6b2c32 100644 --- a/strata/coreutils-common/coreutils.morph +++ b/strata/coreutils-common/coreutils.morph @@ -10,8 +10,3 @@ build-commands: - make WERROR_CFLAGS= install-commands: - make INSTALL_PROGRAM=install DESTDIR="$DESTDIR" install -# This hack is for supporting "fdatasync" argument in "dd" command -# which busybox "dd" does not support. -# This hack should dissappear when we merge /usr/bin and /bin. -- mkdir -p "$DESTDIR"/bin/ -- ln -sf ../usr/bin/dd "$DESTDIR"/bin/ diff --git a/strata/coreutils-common/sed.morph b/strata/coreutils-common/sed.morph index 75b969de..87ace803 100644 --- a/strata/coreutils-common/sed.morph +++ b/strata/coreutils-common/sed.morph @@ -6,8 +6,3 @@ pre-configure-commands: - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib configure-commands: - ./configure --prefix="$PREFIX" --disable-gcc-warnings -post-install-commands: -# This hack is to use GNU sed instead the busybox one. -# This will dissappear when we merge /usr/bin and /bin. -- mkdir -p "$DESTDIR"/bin/ -- ln -sf ../usr/bin/sed "$DESTDIR"/bin/ -- cgit v1.2.1