[lsof] updated upstream2downstream.sh

pschiffe pschiffe at fedoraproject.org
Tue Jan 6 22:06:53 UTC 2015


commit cec2677e52086911266a6877e1687a5425d139b7
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Tue Jan 6 15:30:55 2015 +0100

    updated upstream2downstream.sh
    
    keep RELEASE.SUMMARY file from original upstream tarball

 upstream2downstream.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/upstream2downstream.sh b/upstream2downstream.sh
index 33c7f65..247ee29 100755
--- a/upstream2downstream.sh
+++ b/upstream2downstream.sh
@@ -25,7 +25,7 @@ echo " done."
 
 echo -n "Moving files to downstream directory..."
 mv "$NAME"_src/ "$NAME"-rh
-mv README* 00* "$NAME"-rh
+mv README* 00* RELEASE* "$NAME"-rh
 echo " done."
 
 echo -n "Removing non-Linux dialects..."


More information about the scm-commits mailing list