remove debugging

This commit is contained in:
Micyp
2021-07-28 03:15:21 +02:00
parent 8b35d5c350
commit 16b57dbcf1

View File

@@ -19,7 +19,6 @@ prepare() {
}
package() {
set -x
cd "$srcdir/$pkgname"
mkdir -p "$pkgdir/usr/bin"
for script in ./*.inc; do