desktop build rootcopy fix
parent
0ece615c0d
commit
b71a42e4f9
|
|
@ -10,6 +10,8 @@ VERSION=1.3.5
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --no-install-recommends --yes $NAME feh
|
apt-get install --no-install-recommends --yes $NAME feh
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
||||||
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
savechanges /$NAME-stock.sb
|
savechanges /$NAME-stock.sb
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
@ -50,6 +52,4 @@ cd xlunch-master
|
||||||
make
|
make
|
||||||
cp xlunch /squashfs-root/usr/bin
|
cp xlunch /squashfs-root/usr/bin
|
||||||
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
|
||||||
|
|
||||||
savechanges /03-desktop.sb /squashfs-root
|
savechanges /03-desktop.sb /squashfs-root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue