aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/Custom.nmake.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Custom.nmake.example b/plugins/Custom.nmake.example
index c4d8ff638e..aef2d64284 100644
--- a/plugins/Custom.nmake.example
+++ b/plugins/Custom.nmake.example
@@ -44,5 +44,5 @@ maintainer-clean: distclean
install-plugins:
!IFDEF ENABLE_LIBWIRESHARK
- xcopy foo\*.dll $(VERSION) /d
+ xcopy foo\*.dll ..\$(INSTALL_DIR)\plugins\$(VERSION) /d
!ENDIF