add xorg libs & xorg-server & patch busybox package #36

Merged
hippoz merged 2 commits from Ohio2/repo:master into master 2021-07-30 18:58:17 +03:00
Showing only changes of commit 174ad135b4 - Show all commits

View file

@ -6,8 +6,9 @@ make defconfig
LDFLAGS="--static" make
make install DESTDIR="$1"
rsync -a ./busybox/ "$1"/bin/
cd "_install"
install linuxrc "$1"/linuxrc
rsync -a ./bin/ "$1"/bin/
rsync -a ./sbin/ "$1"/sbin/
rsync -a ./usr "$1"/usr/
rsync -a -v ./bin/ "$1"/bin/
rsync -a -v ./sbin/ "$1"/sbin/
rsync -a -v ./usr "$1"/usr/