Append a path-separator to the plugins directory so xcopy doesn't get confused as...
[obnox/wireshark/wip.git] / plugins / Makefile.nmake
index b0fb6796457a1ecba7f1b559f9f4ba386fb31662..4475a680e95433a9e12eb464fe785fa6883c1fcb 100644 (file)
@@ -67,7 +67,7 @@ custom :
 install-plugins:
 !IFDEF ENABLE_LIBWIRESHARK
        cd ..
-       @for %f in ( $(PLUGIN_LIST) ) do xcopy plugins\%f\*.dll  $(INSTALL_DIR)\plugins\$(VERSION) /d
+       @for %f in ( $(PLUGIN_LIST) ) do xcopy plugins\%f\*.dll  $(INSTALL_DIR)\plugins\$(VERSION)\ /d
        cd plugins
        if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake install-plugins
 !ENDIF