index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2019-09-12 21:28:34 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-09-28 00:15:48 +0200 |
commit | 5246cb9aa5bdc390c793dc261b28f3439aaad4c0 (patch) | |
tree | 42c391e3fae0eca76c83344c2598d446aa857811 /makechrootpkg.in | |
parent | 144f8966608211f85fb492a4cce3c159989dd2eb (diff) |
-rw-r--r-- | makechrootpkg.in | 2 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 90a812d..4238fc3 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -412,7 +412,7 @@ else msg2 "Downloading current versions" if pacman --noconfirm -Swdd --logfile /dev/null "${pkgnames[@]}"; then msg2 "Checking packages" - sudo -u "$makepkg_user" checkpkg + sudo -u "$makepkg_user" checkpkg --rmdir else warning "Skipped checkpkg due to missing packages" fi |