FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > ArchLinux > ArchLinux Pacman Development

 
 
LinkBack Thread Tools
 
Old 05-28-2012, 04:13 PM
 
Default Allow wildcards in PURGE_TARGETS to match any type of file except for directories.

From: Jeremy Huntwork <jhuntwork@lightcubesolutions.com>

Signed-off-by: Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
---
scripts/makepkg.sh.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index b0918ae..eb239e3 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1048,7 +1048,7 @@ tidy_install() {
local pt
for pt in "${PURGE_TARGETS[@]}"; do
if [[ ${pt} = "${pt///}" ]]; then
- find . -type f -name "${pt}" -exec rm -f -- '{}' ;
+ find . ! -type d -name "${pt}" -exec rm -f -- '{}' ;
else
rm -f ${pt}
fi
--
1.7.1
 

Thread Tools




All times are GMT. The time now is 02:29 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org