Mk: if our first action is cp to dir, make sure we treat it as dir

This commit is contained in:
Franco Fichtner
2016-05-26 09:14:02 +02:00
parent 65ba45662f
commit 00ec2e0c17
+1 -1
View File
@@ -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