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-12-09 16:16:27 +0000
commit7ae830f1bc4c355eaf76f99655160420edc520e9 (patch)
tree768cfcd990a4f49611352abe5450b6c1896c2aa6 /strata/coreutils-common/sed.morph
parent08958c0a34ab565b47957939821f4f95cc7106ce (diff)
downloaddefinitions-7ae830f1bc4c355eaf76f99655160420edc520e9.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/
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/