From 77afc9c476bc6bcc1c40d467f6bae95d492fae51 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 Jul 2011 16:59:08 +0200 Subject: README: fix repo name. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index c05f9b5..606cf24 100644 --- a/README +++ b/README @@ -36,15 +36,15 @@ through: umask 022 mkdir -p /usr/local/portage/pms-tests/profiles - echo 'pms-tests' > /usr/local/portage/pms-tests/profiles/repo_name + echo 'pms-test-suite' > /usr/local/portage/pms-tests/profiles/repo_name echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/pms-tests' >> /etc/make.conf The newly-created repository can be then referenced by name: - pms-tester -r pms-tests -p yourpm + pms-tester -r pms-test-suite -p yourpm -`pms-tests` is the default name, and pms-tester will use it when no `-r` +`pms-test-suite` is the default name, and pms-tester will use it when no `-r` nor `-R` is specified. Thus, the above could be simplified to: pms-tester -p yourpm -- cgit v1.2.3-65-gdbad