[Clfs-commits] commit: r4392 - in /trunk/scripts/patch: bash-patch.sh ncurses-patch.sh readline-patch.sh vim-patch.sh

svn at cross-lfs.org svn at cross-lfs.org
Thu Jan 8 16:16:14 PST 2009


Author: jim
Date: Fri Jan  9 00:16:14 2009
New Revision: 4392

Log:
Typoed in deletion routine

Modified:
    trunk/scripts/patch/bash-patch.sh
    trunk/scripts/patch/ncurses-patch.sh
    trunk/scripts/patch/readline-patch.sh
    trunk/scripts/patch/vim-patch.sh

Modified: trunk/scripts/patch/bash-patch.sh
==============================================================================
--- trunk/scripts/patch/bash-patch.sh (original)
+++ trunk/scripts/patch/bash-patch.sh Fri Jan  9 00:16:14 2009
@@ -89,7 +89,7 @@
 		rm -f ${file}
 	done
 done
-cd /usr/src/bash-${VERSION}/${dir}
+cd /usr/src/bash-${VERSION}
 rm -f *.orig *~
 
 # Create Patch

Modified: trunk/scripts/patch/ncurses-patch.sh
==============================================================================
--- trunk/scripts/patch/ncurses-patch.sh (original)
+++ trunk/scripts/patch/ncurses-patch.sh Fri Jan  9 00:16:14 2009
@@ -86,7 +86,7 @@
 		rm -f ${file}
 	done
 done
-cd /usr/src/ncurses-${VERSION}/${dir}
+cd /usr/src/ncurses-${VERSION}
 rm -f *.orig *~
 
 # Create Patch

Modified: trunk/scripts/patch/readline-patch.sh
==============================================================================
--- trunk/scripts/patch/readline-patch.sh (original)
+++ trunk/scripts/patch/readline-patch.sh Fri Jan  9 00:16:14 2009
@@ -90,7 +90,7 @@
 		rm -f ${file}
 	done
 done
-cd /usr/src/readline-${VERSION}/${dir}
+cd /usr/src/readline-${VERSION}
 rm -f *.orig *~
 
 # Create Patch

Modified: trunk/scripts/patch/vim-patch.sh
==============================================================================
--- trunk/scripts/patch/vim-patch.sh (original)
+++ trunk/scripts/patch/vim-patch.sh Fri Jan  9 00:16:14 2009
@@ -90,7 +90,7 @@
 		rm -f ${file}
 	done
 done
-cd /usr/src/vim${SERIES}/${dir}
+cd /usr/src/vim${SERIES}
 rm -f *.orig *~
 
 # Create Patch




More information about the Clfs-commits mailing list