Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13399 - main/branches/prefix/bin
Date: Sun, 26 Apr 2009 11:20:30
Message-Id: E1Ly2PN-0001Tp-5c@stork.gentoo.org
1 Author: grobian
2 Date: 2009-04-26 11:20:28 +0000 (Sun, 26 Apr 2009)
3 New Revision: 13399
4
5 Modified:
6 main/branches/prefix/bin/Makefile.in
7 Log:
8 remove more echos
9
10 Modified: main/branches/prefix/bin/Makefile.in
11 ===================================================================
12 --- main/branches/prefix/bin/Makefile.in 2009-04-26 11:15:05 UTC (rev 13398)
13 +++ main/branches/prefix/bin/Makefile.in 2009-04-26 11:20:28 UTC (rev 13399)
14 @@ -68,9 +68,7 @@
15 ; for p in $(usr_sbinprogs) \
16 ; do test -f $(DESTDIR)$(PORTAGE_BIN)/$${p} \
17 || { echo "$(DESTDIR)$(PORTAGE_BIN)/$${p} does not exist" ; exit 1 ; } \
18 - ; echo "rm -f $(DESTDIR)$(prefix)/sbin/$${p}" \
19 ; rm -f $(DESTDIR)$(prefix)/sbin/$${p} \
20 - ; echo "$(LN_S) ../lib/portage/bin/$${p} $${p}" \
21 ; $(LN_S) ../lib/portage/bin/$${p} $${p} || exit 1 \
22 ; done