From 7ae830f1bc4c355eaf76f99655160420edc520e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 21 Aug 2016 20:34:27 +0100 Subject: 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/ --- strata/coreutils-common/coreutils.morph | 5 ----- 1 file changed, 5 deletions(-) (limited to 'strata/coreutils-common/coreutils.morph') 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/ -- cgit v1.2.1