]> git.pld-linux.org Git - packages/bcc.git/commitdiff
- fixing the previous fix. now it *really* removes the man pages.
authorWojtek Kaniewski <wojtekka@pld-linux.org>
Mon, 15 Apr 2002 08:25:11 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bcc.spec -> 1.10

bcc.spec

index 5f165af1e275c7c4a5b78ca4c49cf8dc54b12a26..bdca1cf29121a3021ce3df12c518d6324c14c570 100644 (file)
--- a/bcc.spec
+++ b/bcc.spec
@@ -57,7 +57,7 @@ mv -f $RPM_BUILD_ROOT%{_includedir} $RPM_BUILD_ROOT%{_libdir}/bcc
 
 # move man pages where they belong
 install -d $RPM_BUILD_ROOT%{_mandir}
-rm -f $RPM_BUILD_ROOT/usr/man/{as,ld}86.1*
+rm -f $RPM_BUILD_ROOT/usr/man/man1/{as,ld}86.1*
 mv -f $RPM_BUILD_ROOT/usr/man/* $RPM_BUILD_ROOT%{_mandir}
 
 gzip -9nf README MAGIC Contributors bootblocks/README copt/README \
This page took 0.053965 seconds and 4 git commands to generate.