]> git.pld-linux.org Git - packages/pump.git/commitdiff
- added "rm -rf $RPM_BUILD_ROOT" on top %install, pump-0_2-2
authorkloczek <kloczek@pld-linux.org>
Sat, 24 Apr 1999 17:23:24 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gzipping man pages.

Changed files:
    pump.spec -> 1.3

pump.spec

index 647eb72116a782ec667df1a29e15d549870dcb87..e9c25d9400dc826d9045aa7ed6ef1567277f3fb0 100644 (file)
--- a/pump.spec
+++ b/pump.spec
@@ -29,8 +29,11 @@ this package if you are on a network which uses BOOTP or DHCP.
 make
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make install
 
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.073246 seconds and 4 git commands to generate.