summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 5 insertions, 10 deletions
diff --git a/README b/README
index ed301b4..8344d6f 100644
--- a/README
+++ b/README
@@ -52,11 +52,6 @@ rm -rf INSTALL
mkdir INSTALL
cd INSTALL
-yaourt -G joe
-chown -R build:users joe
-cd joe
-cd ..
-
yaourt -G cfengine
chown -R build:users cfengine
cd cfengine
@@ -65,13 +60,13 @@ cd ..
cd ..
-Put them into a local repository 'aba':
+Put them into a local repository 'myrepo':
-rm -rf aba/os/x86_64/
-mkdir -p aba/os/x86_64/
-cp INSTALL/*/*pkg.tar.xz aba/os/x86_64/.
+rm -rf myrepo
+mkdir -p myrepo/os/x86_64/
+cp INSTALL/*/*pkg.tar.xz myrepo/os/x86_64/.
-repo-add aba/os/x86_64/aba.db.tar.gz aba/os/x86_64/*
+repo-add myrepo/os/x86_64/myrepo.db.tar.gz myrepo/os/x86_64/*
Install Archlinux
-----------------