From 5979d3c9b53a5862e2e9e2c7d0d40a3ae978b0cb Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 20 Feb 2007 19:55:42 +0000 Subject: [PATCH] Removed hard-coded /bin/uname again SVN revision: 1800 --- Makefile | 2 +- elog.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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