index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 17:34:31 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 17:34:31 -0500 |
commit | 428cf5f1f8718f0abc2a9410677222889b9c8470 (patch) | |
tree | a566705aa14d6fa3f123ea6fc6ad239ee81a3aa2 | |
parent | 5f3b9de5178b6be3bb12390d5fb299594a757844 (diff) |
-rw-r--r-- | makechrootpkg.in | 1 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 67d2cf8..d40bb88 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -369,6 +369,7 @@ _chrootprepare() { shopt -s nullglob # XXX: Workaround makepkg disliking read-only dirs + rm -rf -- /srcdest/* /startdir/* ln -sft /srcdest /srcdest_host/* ln -sft /startdir /startdir_host/* |