FS#4781 - makepkg doesn't clean emptydirs correctly
Attached to Project:
Pacman
Opened by Jan de Groot (JGC) - Monday, 05 June 2006, 11:50 GMT
Last edited by Roman Kyrylych (Romashka) - Thursday, 16 November 2006, 19:39 GMT
Opened by Jan de Groot (JGC) - Monday, 05 June 2006, 11:50 GMT
Last edited by Roman Kyrylych (Romashka) - Thursday, 16 November 2006, 19:39 GMT
|
Details
Makepkg has a NOEMPTYDIRS option that clears empty
directories. The find command used to find these things
doesn't traverse down the tree in the correct order. Using
"find -depth [otheroptions]" will find these, as it will
first check all subdirectories for empty directories, and
when these are done, it will clean up the parent directory
when empty.
|
This task depends upon
Closed by Aaron Griffin (phrakture)
Thursday, 16 November 2006, 22:24 GMT
Reason for closing: Implemented
Thursday, 16 November 2006, 22:24 GMT
Reason for closing: Implemented