[myproxy/el5] Properly remove INSTALL file

Mattias Ellert ellert at fedoraproject.org
Thu Jan 23 09:08:32 UTC 2014


commit 044fe730d30572fe68e7465798e494e263f6fcca
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Jan 23 10:08:10 2014 +0100

    Properly remove INSTALL file

 myproxy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/myproxy.spec b/myproxy.spec
index 41e8711..e15ac8c 100644
--- a/myproxy.spec
+++ b/myproxy.spec
@@ -270,7 +270,7 @@ done
 # Remove irrelavent example configuration files.
 for FILE in etc.inetd.conf.modifications etc.init.d.myproxy.nonroot \
             etc.services.modifications etc.xinetd.myproxy \
-            etc.init.d.myproxy ; do
+            etc.init.d.myproxy INSTALL ; do
    rm %{buildroot}%{_datadir}/%{name}/$FILE
    sed -i "/share\/%{name}\/$FILE/d" \
       $GLOBUSPACKAGEDIR/%{name}/noflavor_data.filelist


More information about the scm-commits mailing list