abuild: fix bug in dev()

This commit is contained in:
Natanael Copa 2009-01-09 21:03:15 +00:00
parent f12ff8cee1
commit 95774a8f82
1 changed files with 1 additions and 0 deletions

1
abuild
View File

@ -356,6 +356,7 @@ dev() {
rmdir "$pkgdir/${i%/*}" 2>/dev/null
fi
done
return 0
}
# build and package in fakeroot