if [ -f "$PKGDEST/${pkgname}-${pkgver}-${pkgrel}-${CARCH}${PKGEXT}"
- -a "$FORCE" = "0" -a "$GENINTEG" = "0" -a "$SOURCEONLY" = "0" ]; then
+ -a "$FORCE" = "0" -a "$GENINTEG" = "0" -a "$SOURCEONLY" = "0" -a "$NOBUILD" = "0" ]; then
if [ "$INSTALL" = "1" ]; then
warning "$(gettext "A package has already been built, installing existing package...")"
install_package
--
1.5.5.3
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://archlinux.org/mailman/listinfo/pacman-dev
06-02-2008, 04:48 AM
"Dan McGee"
Don't bother if a package has already been built when using the --nobuild option
On Sun, Jun 1, 2008 at 11:41 PM, Anton Fiuman <llexiw@gmail.com> wrote:
> makepkg should not abort with error when a user uses the --nobuild option to extract sources if a package has already been built.
>
> Signed-off-by: Anton Fiuman <llexiw@gmail.com>
Seems logical to me, any other comments? Otherwise I'll throw this on maint.
-Dan
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://archlinux.org/mailman/listinfo/pacman-dev