mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Correct silent rmdir (missing %D)
This commit is contained in:
parent
20de2dbbdf
commit
fa4c7bb106
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107320
@ -11,5 +11,5 @@ lib/libc2lib.so
|
||||
lib/libc2lib.so.1
|
||||
lib/libc2lib.so.%%VERSION%%
|
||||
share/rws/symtabs/libc2lib.syms
|
||||
@unexec rmdir share/rws/symtabs 2>/dev/null || true
|
||||
@unexec rmdir share/rws 2>/dev/null || true
|
||||
@unexec rmdir %D/share/rws/symtabs 2>/dev/null || true
|
||||
@unexec rmdir %D/share/rws 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user