no need to overcomplicate this
This commit is contained in:
parent
1fb39e2be3
commit
eaade357d4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ md5sums=('3435350d5c9dd57102e8b0470cd636c0'
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
find ./${pkgbase}-${pkgver} -name setup.cfg -exec rm -f {} \;
|
find -name setup.cfg -delete
|
||||||
patch -p0 < holland-1.0.10-cursor.patch
|
patch -p0 < holland-1.0.10-cursor.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue