]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- added %%clean section
authorpius <pius@pld-linux.org>
Fri, 17 Sep 1999 15:05:12 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts.spec -> 1.17

rc-scripts.spec

index afc16a953fbf2bbecd68afbbf5695c506740b3b7..c10877bb99a23f5eb2544d5fe6f3b0fc271c3c9e 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: rc-scripts.spec,v 1.16 1999-09-15 21:51:16 wiget Exp $
+# $Id: rc-scripts.spec,v 1.17 1999-09-17 15:05:12 pius Exp $
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
 Summary(fr):   inittab et scripts /etc/rc.d
@@ -106,6 +106,9 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del network
 fi
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,754)
 %doc doc/sysconfig.txt.gz
This page took 0.042994 seconds and 4 git commands to generate.