From cd083835085747757e2e0464899bdee4b2529499 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Tue, 27 May 2008 07:44:06 +0000 Subject: libcgroup: Correct changelog in spec file The changelog was backwards in the specfile, correcting that. Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@60 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9f4591..b75533e 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ LEX=flex bindir=${exec_prefix}/bin libdir=${exec_prefix}/lib includedir=${prefix}/include -prefix=/usr +prefix=/usr/local exec_prefix=${prefix} INSTALL=install -INSTALL_DATA=${INSTALL} -m 644 +INSTALL_DATA=install -m 644 PACKAGE_VERSION=0.1b CFLAGS=-g -O2 $(INC) -DPACKAGE_VERSION=$(PACKAGE_VERSION) VERSION=1 -- cgit