diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 22:10:26 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 22:10:26 -0500 |
commit | 06f10b87d16d4c83016ff3ef21217494f921d93b (patch) | |
tree | a96805d184775b9b45464763fa78d4786ddc38b6 /src/chroot-tools/libremakepkg.gpl2 | |
parent | 01d928f223a23f28af04dc1cdfcfd62ed6cc3f61 (diff) |
many fixes
Diffstat (limited to 'src/chroot-tools/libremakepkg.gpl2')
-rwxr-xr-x | src/chroot-tools/libremakepkg.gpl2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chroot-tools/libremakepkg.gpl2 b/src/chroot-tools/libremakepkg.gpl2 index 1f2d185..cd279b8 100755 --- a/src/chroot-tools/libremakepkg.gpl2 +++ b/src/chroot-tools/libremakepkg.gpl2 @@ -37,6 +37,7 @@ chroot_extract() { rm -rf "$copydir"/build/* cp PKGBUILD "$copydir/build/" ( + set +euE source PKGBUILD # Copy source files |