summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/coreutils.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/coreutils.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/coreutils.morph')
-rw-r--r--strata/coreutils-common/coreutils.morph5
1 files changed, 0 insertions, 5 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/