summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/sed.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-21 20:34:27 +0100
committerJavier Jardón <jjardon@gnome.org>2016-11-16 09:46:22 +0000
commiteedc4946164bc06086be60a529a28a164927720f (patch)
tree820d90e1252ada38f0f79b8543371a6e9466bc0f /strata/coreutils-common/sed.morph
parent05b36e00bcce891b05373b5af105aadfcabcd61a (diff)
downloaddefinitions-eedc4946164bc06086be60a529a28a164927720f.tar.gz
Implement /usr merge
Do not create /bin, /sbin, /usr/sbin and /lib Create symlinks /bin -> /usr/bin /sbin -> /usr/bin /usr/sbin -> /usr/bin /lib -> /usr/lib More info here: https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/ Change-Id: Ideee202f3063eb867eea40ca85336f6643951289
Diffstat (limited to 'strata/coreutils-common/sed.morph')
-rw-r--r--strata/coreutils-common/sed.morph5
1 files changed, 0 insertions, 5 deletions
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/