From 8d5271298d2edda571280af3bd9c4b327e981e01 Mon Sep 17 00:00:00 2001 From: chak Date: Thu, 27 Apr 2000 13:54:11 +0000 Subject: [PATCH] [project @ 2000-04-27 13:54:11 by chak] debugged computation of the file list for the base (non-profiling) package --- ghc/ghc.spec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc/ghc.spec.in b/ghc/ghc.spec.in index 5a4a099..4166434 100644 --- a/ghc/ghc.spec.in +++ b/ghc/ghc.spec.in @@ -90,7 +90,8 @@ They should be installed when GHC's profiling subsystem is needed. # cat >mk/build.mk <rpm-noprof-lib-files +find $RPM_BUILD_ROOT%{prefix}/lib\ + ! -type d ! -name '*.p_hi' ! -name '*_p.a' -print >rpm-noprof-lib-files %clean rm -rf $RPM_BUILD_ROOT -- 1.7.10.4