remove patch

This commit is contained in:
Ella Stanforth 2022-04-19 10:58:25 +00:00
parent 5187699314
commit 76bef47f89

View file

@ -8,7 +8,7 @@ fetch() {
curl "https://busybox.net/downloads/busybox-$pkgver.tar.bz2" -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
cd $pkgname-$pkgver
patch -p1 < ../../clang-fix.patch
# patch -p1 < ../../clang-fix.patch
# patch -p1 < ../../modprobe.patch
# cp ../man.sh .
}