]> git.pld-linux.org Git - packages/systemtap.git/commitdiff
- added missing %clean section
authorsparky <sparky@pld-linux.org>
Sun, 6 Feb 2011 17:13:41 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemtap.spec -> 1.11

systemtap.spec

index d76682e235f4b2ffbf19d7b8a5dd60f9652cdb04..6032f5043c864d0bce71cd97452091d6bf03a451 100644 (file)
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT/var/cache/%{name}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc {README,AUTHORS,NEWS,COPYING}
This page took 0.118866 seconds and 4 git commands to generate.