desktop build rootcopy fix

pull/40/head
TomasM 2017-10-31 13:59:06 -04:00
parent 0ece615c0d
commit b71a42e4f9
1 changed files with 2 additions and 2 deletions

View File

@ -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