Removed hard-coded /bin/uname again

SVN revision: 1800
This commit is contained in:
2007-02-20 19:55:42 +00:00
parent 63b254c88a
commit 5979d3c9b5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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