aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-03-14 20:28:30 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-03-14 19:34:32 +0000
commitf292d761d5dbca3fde05406532a7b426913d8ff7 (patch)
treed741670c551188b6184cc1fd6bfdf32389569c87 /plugins
parent9babe6b6b58cd2f5389722c42e3fea0a7d866172 (diff)
Update Custom.nmake.example with the change done in g2ef72cb
Change-Id: I8d2dc7325da9cd573e87ac924feafe9b55f44a5f Reviewed-on: https://code.wireshark.org/review/7682 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'plugins')
-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 ef1b73f37b..cd97bc46da 100644
--- a/plugins/Custom.nmake.example
+++ b/plugins/Custom.nmake.example
@@ -26,5 +26,5 @@ maintainer-clean: distclean
install-plugins:
!IFDEF ENABLE_LIBWIRESHARK
- xcopy foo\*.dll ..\$(INSTALL_DIR)\plugins\$(VERSION) /d
+ xcopy foo\*.dll ..\$(INSTALL_DIR)\plugins\ /d
!ENDIF