diff options
Diffstat (limited to 'x11-themes/sawfish-themes/Makefile')
-rw-r--r-- | x11-themes/sawfish-themes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/sawfish-themes/Makefile b/x11-themes/sawfish-themes/Makefile index 1b5f3ec95377..6bcd9d594349 100644 --- a/x11-themes/sawfish-themes/Makefile +++ b/x11-themes/sawfish-themes/Makefile @@ -26,7 +26,7 @@ DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow \ debian gorilla gorillaz mxflat typo post-extract: - ${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -rf + ${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -r do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/sawfish/themes |