diff --git a/Makefile b/Makefile index 9ee35bac..6e5e9975 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ BINGROUP = bin INSTALL = `which install` RM = /bin/rm -f -OSTYPE = $(shell /bin/uname) +OSTYPE = $(shell uname) ifeq ($(OSTYPE),SunOS) CC = gcc diff --git a/elog.spec b/elog.spec index 8d8cc8ba..730b52c8 100755 --- a/elog.spec +++ b/elog.spec @@ -2,8 +2,8 @@ Name: elog Summary: elog is a standalone electronic web logbook -Version: 2.6.1 -Release: 3 +Version: 2.6.4 +Release: 1 License: GPL Group: Applications/Networking Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz