Don't forget to rmdir the new include/nickle. While I'm here, make rmdir of
share/nickle failure non-fatal, as people might be installing 3rd-party stuff there. Reported by: pointyhat via kris
This commit is contained in:
parent
201fa1e69d
commit
1ce6359838
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128622
1 changed files with 2 additions and 1 deletions
|
@ -61,4 +61,5 @@ include/nickle/value.h
|
|||
@dirrm %%DATADIR%%/examples/turtle/
|
||||
@dirrm %%DATADIR%%/examples/smlng
|
||||
@dirrm %%DATADIR%%/examples
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec /bin/rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrm include/nickle
|
||||
|
|
Loading…
Reference in a new issue