File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ git clone https://github.com/tinyalsa/tinyalsa.git -b v2.0.0 --depth 1
19
19
export PREFIX=/usr
20
20
export CFLAGS=" -std=gnu99 -msoft-float"
21
21
make install
22
+ mkdir -p $ROOTFS /lib/modules
22
23
cp ${DESTDIR} /usr/lib/libtinyalsa.so.* $ROOTFS /lib/modules
23
24
)
24
25
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ if docker-compose ps | grep builder ; then
5
5
fi
6
6
docker-compose up -d
7
7
docker-compose exec builder /src/buildscripts/build_all new
8
- [ $? != 0 ] && exit $?
8
+ [ $? != 0 ] && exit 1
9
9
cd target
10
10
zip -ry ../atomcam_tools.zip factory_t31_ZMC6tiIDQN rootfs_hack.ext2 hostname authorized_keys
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ if ! docker-compose ps | grep builder ; then
4
4
docker-compose up -d
5
5
fi
6
6
docker-compose exec builder /src/buildscripts/build_all rebuild
7
- [ $? != 0 ] && exit $?
7
+ [ $? != 0 ] && exit 1
8
8
cd target
9
9
zip -ry ../atomcam_tools.zip factory_t31_ZMC6tiIDQN rootfs_hack.ext2 hostname authorized_keys
You can’t perform that action at this time.
0 commit comments