mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Mk: if our first action is cp to dir, make sure we treat it as dir
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ manifest: check
|
||||
scripts: check
|
||||
@for SCRIPT in ${PLUGIN_SCRIPTS}; do \
|
||||
if [ -f $${SCRIPT} ]; then \
|
||||
cp $${SCRIPT} ${DESTDIR}; \
|
||||
cp $${SCRIPT} ${DESTDIR}/; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user