From 0b1bff16cd2e6153e6086e8483888fd03c7709f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 2 Jul 2012 11:51:25 +0200 Subject: [PATCH] gc: fixed wrksrc. --- srcpkgs/gc/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gc/template b/srcpkgs/gc/template index 51758083ed..0a3c4c1717 100644 --- a/srcpkgs/gc/template +++ b/srcpkgs/gc/template @@ -1,8 +1,9 @@ # Template file for 'gc' pkgname=gc version=7.2c -build_style=gnu-configure revision=1 +wrksrc=gc-7.2 +build_style=gnu-configure subpackages="gc-devel" short_desc="A garbage collector for C and C++" maintainer="Juan RP "