Changeset c0d5090 for scripts/patch/vim-patch.sh
- Timestamp:
- Jan 8, 2009, 3:56:42 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d57287f4
- Parents:
- 318408a
- File:
-
- 1 edited
-
scripts/patch/vim-patch.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/patch/vim-patch.sh
r318408a rc0d5090 80 80 # Cleanup Directory 81 81 # 82 cd /usr/src 83 cd vim${SERIES} 84 for file in $(find * -name *~); do 85 rm -f $file 86 done 87 for file in $(find * -name *.orig); do 88 rm -f $file 82 # Cleanup Directory 83 # 84 for dir in $(find * -type d); do 85 cd /usr/src/vim${SERIES}/${dir} 86 for file in $(find * -name *~); do 87 rm -f ${file} 88 done 89 for file in $(find * -name *.orig); do 90 rm -f ${file} 91 done 89 92 done 90 93
Note:
See TracChangeset
for help on using the changeset viewer.
