From 492e294c32ee28c5d04a082c0f34b12dab03419e Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 20 Nov 2010 19:53:35 -0500 Subject: [PATCH] gnome/Makefile: fixed typo --- gnome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/Makefile b/gnome/Makefile index fbc9589..9a17899 100644 --- a/gnome/Makefile +++ b/gnome/Makefile @@ -9,7 +9,7 @@ preinstall: mkdir -p "$(CHROOT)/var/lib/dbus" echo 1234567890abcdef1234567890abcdef > \ "$(CHROOT)"/var/lib/dbus/machine-id - chroot "$(CHROOT)" $(EMERGE) $(USEPKG)-1n dev-util/pkgconfig + chroot "$(CHROOT)" $(EMERGE) $(USEPKG) -1n dev-util/pkgconfig $(DO_OVERLAY) chroot $(CHROOT) $(EMERGE) $(USEPKG) -1n app-portage/layman $(DO_OVERLAY) chroot $(CHROOT) $(EMERGE) $(USEPKG) -1n dev-vcs/git $(DO_OVERLAY) chroot $(CHROOT) /usr/bin/layman --sync ALL