diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-07 19:01:09 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-07 19:01:09 -0600 |
commit | 9c26929bb8f7279620bff5db68ee9291eef393b3 (patch) | |
tree | ff3f273415f25a95def0be0282c768471d84ca0b | |
parent | ba2e25c29ce92e694a4cc431419ce21e241bb50d (diff) |
Not that it matters, but I screwed up makechrootpkg.sh:main().v20150607
-rw-r--r-- | src/chroot-tools/makechrootpkg.sh.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/chroot-tools/makechrootpkg.sh.patch b/src/chroot-tools/makechrootpkg.sh.patch index 6d5fc22..db1ca2f 100644 --- a/src/chroot-tools/makechrootpkg.sh.patch +++ b/src/chroot-tools/makechrootpkg.sh.patch @@ -1,5 +1,5 @@ ---- makechrootpkg.sh.in 2015-06-06 14:36:36.135418975 -0600 -+++ makechrootpkg.sh.ugly 2015-06-06 14:36:12.398465200 -0600 +--- makechrootpkg.sh.in 2015-06-06 14:55:45.001104732 -0600 ++++ makechrootpkg.sh.ugly 2015-06-07 19:00:01.855398639 -0600 @@ -1,4 +1,6 @@ #!/bin/bash +# License: GNU GPLv2 @@ -312,13 +312,12 @@ --bind-ro="$PWD:/startdir_host" \ --bind-ro="$SRCDEST:/srcdest_host" \ "${bindmounts_ro[@]}" "${bindmounts_rw[@]}" \ -- /chrootbuild "${makepkg_args[@]}" -+ /chrootprepare && ++ /chrootprepare "${makepkg_args[@]}" && + arch-nspawn "$copydir" \ + --bind-ro="$PWD:/startdir_host" \ + --bind-ro="$SRCDEST:/srcdest_host" \ + "${bindmounts_ro[@]}" "${bindmounts_rw[@]}" \ -+ /chrootbuild + /chrootbuild "${makepkg_args[@]}" then - move_products + move_products "$copydir" "$src_owner" |