From d5737c43f35d4b70303803f1dabe58c7df6f4fe0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 9 Jun 2016 16:40:33 -0400 Subject: Update to a version of devtools based on 20160527.1 --- src/chroot-tools/makechrootpkg.sh.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/chroot-tools/makechrootpkg.sh.patch') diff --git a/src/chroot-tools/makechrootpkg.sh.patch b/src/chroot-tools/makechrootpkg.sh.patch index d5c6fca..6e5e45a 100644 --- a/src/chroot-tools/makechrootpkg.sh.patch +++ b/src/chroot-tools/makechrootpkg.sh.patch @@ -1,5 +1,5 @@ ---- makechrootpkg.sh.in 2016-02-08 17:17:11.848386338 -0500 -+++ makechrootpkg.sh.ugly 2016-04-14 22:01:05.923288181 -0400 +--- makechrootpkg.sh.in 2016-06-09 16:36:04.300623877 -0400 ++++ makechrootpkg.sh.ugly 2016-06-09 16:36:26.496802844 -0400 @@ -1,4 +1,6 @@ #!/bin/bash +# License: GNU GPLv2 @@ -146,7 +146,7 @@ mkdir -p "$copydir/build" @@ -193,12 +237,12 @@ - printf 'builduser:x:%d:100:builduser:/:/usr/bin/nologin\n' "$builduser_uid" >>"$copydir/etc/passwd" + printf 'builduser:x:%d:100:builduser:/build:/bin/bash\n' "$builduser_uid" >>"$copydir/etc/passwd" chown -R "$builduser_uid" "$copydir"/{build,pkgdest,srcpkgdest,logdest,srcdest,startdir} - if [[ -n $MAKEFLAGS ]]; then -- cgit v1.2.2