Ignore:
Timestamp:
Jan 8, 2009, 3:56:42 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d57287f4
Parents:
318408a
Message:

Updated Patch Creation Scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/ncurses-patch.sh

    r318408a rc0d5090  
    7676# Cleanup Directory
    7777#
    78 cd /usr/src
    79 cd ncurses-${VERSION}
    80 for file in $(find * -name *~); do
    81         rm -f ${file}
    82 done
    83 for file in $(find * -name *.orig); do
    84         rm -f ${file}
     78# Cleanup Directory
     79#
     80for dir in $(find * -type d); do
     81        cd /usr/src/ncurses-${VERSION}/${dir}
     82        for file in $(find * -name *~); do
     83                rm -f ${file}
     84        done
     85        for file in $(find * -name *.orig); do
     86                rm -f ${file}
     87        done
    8588done
    8689
Note: See TracChangeset for help on using the changeset viewer.