summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-08-20 13:32:31 +0000
committerRoy Marples <roy@marples.name>2007-08-20 13:32:31 +0000
commitdc5e26e056d5c08450cdcad6d935c6fe4042bf88 (patch)
tree9a9c8fe4c13b92584a7d79540e10a9388740a298 /Makefile
parent4a8feebc1b359a64b2128d5c3ffc676c86678238 (diff)
downloadopenrc-dc5e26e056d5c08450cdcad6d935c6fe4042bf88.tar.gz
openrc-dc5e26e056d5c08450cdcad6d935c6fe4042bf88.tar.bz2
openrc-dc5e26e056d5c08450cdcad6d935c6fe4042bf88.tar.xz
rc3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bf6245d..a1c7843 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,10 @@
SUBDIRS = conf.d etc init.d man net sh share src
NAME = baselayout
-VERSION = 2.0.0_rc2
+VERSION = 2.0.0_rc3
PKG = $(NAME)-$(VERSION)
-ARCH = x86
ifeq ($(OS),)
OS=$(shell uname -s)
ifneq ($(OS),Linux)