mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 20:35:23 +01:00
Split installed files out of /after into /image.
This commit is contained in:
parent
4d7b25e47a
commit
c8784cbcd3
118 changed files with 689 additions and 690 deletions
|
|
@ -40,10 +40,10 @@ cd ..
|
|||
make
|
||||
|
||||
# Install
|
||||
install bash /after/bin/
|
||||
ln -s /after/bin/bash /bin/bash
|
||||
ln -s /after/bin/bash /bin/sh
|
||||
ln -s /after/bin/bash /after/bin/sh
|
||||
install bash ${prefix}/bin/
|
||||
ln -s ${prefix}/bin/bash /bin/bash
|
||||
ln -s ${prefix}/bin/bash /bin/sh
|
||||
ln -s ${prefix}/bin/bash ${prefix}/bin/sh
|
||||
|
||||
cd ../..
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
92bd0df325ba2b2f89188529401a1a9dc242306272e65141c1049bb0ce424107 /after/bin/bash
|
||||
af075793e3992c4da992814641e92f8dd5e7d0454f1ace58bcd6ed54fb86cfa9 /image/bin/bash
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ COMMON_CFLAGS = \
|
|||
-DHAVE_DECL_STRTOULL \
|
||||
-DHAVE_TZNAME \
|
||||
-DPIPESIZE=4096 \
|
||||
-DDEFAULT_PATH_VALUE=\"/after/bin\" \
|
||||
-DSTANDARD_UTILS_PATH=\"/after/bin\" \
|
||||
-DDEFAULT_PATH_VALUE=\"$(prefix)/bin\" \
|
||||
-DSTANDARD_UTILS_PATH=\"$(prefix)/bin\" \
|
||||
-DPPROMPT=\"$ \" \
|
||||
-DSPROMPT=\"$ \" \
|
||||
-DCONF_MACHTYPE=\"bootstrap\" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue