diff --git a/main.sh b/main.sh index 00fbc84..131d79b 100755 --- a/main.sh +++ b/main.sh @@ -17,7 +17,7 @@ apt-get build-dep ./ -y # Patch 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 dpkg-buildpackage --no-sign