Navigation Menu

Skip to content

Commit

Permalink
yum: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 24, 2013
1 parent 60105f8 commit 8714e55
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/yum/Makefile.am
Expand Up @@ -46,18 +46,18 @@ build: build-in-chroot

build-in-chroot: source
for package in $(PACKAGES); do \
./build-in-chroot.sh \
mysql-mroonga \
$(VERSION) \
$(top_builddir)/$(PACKAGE) \
../rpm \
$(REPOSITORIES_PATH)/ \
$(CHROOT_BASE) \
'$(ARCHITECTURES)' \
'$(DISTRIBUTIONS)' \
'$(HAVE_DEVELOPMENT_BRANCH)' \
'$(USE_RPMFORGE)' \
'$(USE_ATRPMS)'; \
./build-in-chroot.sh \
mysql-mroonga \
$(VERSION) \
$(top_builddir)/$(PACKAGE) \
../rpm \
$(REPOSITORIES_PATH)/ \
$(CHROOT_BASE) \
'$(ARCHITECTURES)' \
'$(DISTRIBUTIONS)' \
'$(HAVE_DEVELOPMENT_BRANCH)' \
'$(USE_RPMFORGE)' \
'$(USE_ATRPMS)'; \
done

source: ../$(PACKAGE)-$(VERSION).tar.gz
Expand Down

0 comments on commit 8714e55

Please sign in to comment.