diff options
| author | Jonathan Bauer | 2012-11-20 16:57:26 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-11-20 16:57:26 +0100 |
| commit | b5c60f8d33f25c5ada8e0d780960f7bbc50ae1df (patch) | |
| tree | c6273f83e3903e13b649e38a2cbb6db460afcfb3 | |
| parent | build script paths fixes (diff) | |
| download | tm-scripts-b5c60f8d33f25c5ada8e0d780960f7bbc50ae1df.tar.gz tm-scripts-b5c60f8d33f25c5ada8e0d780960f7bbc50ae1df.tar.xz tm-scripts-b5c60f8d33f25c5ada8e0d780960f7bbc50ae1df.zip | |
no prefix for plymouth build stuff
| -rw-r--r-- | remote/tools/plymouth/build.plymouth | 2 | ||||
| -rwxr-xr-x | server/build_core | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/tools/plymouth/build.plymouth b/remote/tools/plymouth/build.plymouth index 21df7909..479d9aa5 100644 --- a/remote/tools/plymouth/build.plymouth +++ b/remote/tools/plymouth/build.plymouth @@ -19,7 +19,7 @@ fetch_source() { build() { if [ ! -e .built ]; then cd src/$VERSION - ./configure --enable-systemd-integration + ./configure --enable-systemd-integration --prefix="" make [ ! -d $TOOL_DIR/$TOOL/build/$TARGET_DIR ] && mkdir -p $TOOL_DIR/$TOOL/build/$TARGET_DIR DESTDIR=$TOOL_DIR/$TOOL/build make install diff --git a/server/build_core b/server/build_core index 69687454..a1d3ebf0 100755 --- a/server/build_core +++ b/server/build_core @@ -52,7 +52,7 @@ cp -a ${ROOT_DIR}/../data/stage3.1 ${ROOT_DIR} # create the base directory structure for stage3.2 mkdir -p ${STAGE32_DIR}/{bin,dev,proc,run,lib,etc,mnt,sys} -cp -a /dev/{console,kmsg,mem,null,tty,tty0,tty1,tty9,urandom,zero} \ +cp -a /dev/{console,kmsg,mem,null,tty,tty0,tty1,tty9,fb0,urandom,zero} \ ${STAGE32_DIR}/dev # finalize the initramfs target |
