mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
make: non-empty directories are ok to leave as is
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ remove: check
|
||||
done
|
||||
@(cd ${.CURDIR}/src; find * -type d -depth) | while read DIR; do \
|
||||
if [ -d ${DESTDIR}${LOCALBASE}/$${DIR} ]; then \
|
||||
rmdir ${DESTDIR}${LOCALBASE}/$${DIR}; \
|
||||
rmdir ${DESTDIR}${LOCALBASE}/$${DIR} 2> /dev/null || true; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user