This commit is contained in:
parent
63f819be58
commit
f535357655
2
main.sh
2
main.sh
@ -17,7 +17,7 @@ apt-get build-dep ./ -y
|
|||||||
|
|
||||||
# Patch
|
# Patch
|
||||||
for i in ../patches/*.patch; do patch -Np1 -i $i;done
|
for i in ../patches/*.patch; do patch -Np1 -i $i;done
|
||||||
rm -rfv /usr/lib/systemd/system/multi-user.target.wants
|
rm -rfv ./usr/lib/systemd/system/multi-user.target.wants
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
Loading…
Reference in New Issue
Block a user