[arch-projects] [PATCH] makechrootpkg: fix repack
8 Nov
2011
8 Nov
'11
9:50 p.m.
repack is defined as a boolean. set it true when -R is passed /usr/sbin/makechrootpkg: line 295: 1: command not found Signed-off-by: Ionut Biru <ibiru@archlinux.org> --- makechrootpkg.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index 8e0b6ee..8a4b143 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -87,7 +87,7 @@ makepkg_args="$makepkg_args ${*:$OPTIND}" # See if -R was passed to makepkg for arg in ${*:$OPTIND}; do if [[ $arg = -R ]]; then - repack=1 + repack=true break fi done -- 1.7.7.2
4759
Age (days ago)
4759
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ionut Biru