add missing backslash on rmdir command

This commit is contained in:
Leo 2019-07-29 15:08:02 -03:00 committed by Natanael Copa
parent b8b8a651fc
commit cb3a67edca
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ create_apks() {
"$pkgdir"/usr/bin \
"$pkgdir"/usr/share \
"$pkgdir"/usr \
"$pkgdir"/etc/
"$pkgdir"/etc/ \
2>/dev/null || :
if ! options_has "!tracedeps"; then
for file in "$pkgbasedir"/.control.*/.PKGINFO; do