summaryrefslogtreecommitdiff
path: root/plugins/Custom.nmake.example
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-07-06 09:46:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-07-06 09:46:28 +0000
commitea7fa021fa36218f89fc9b6708fc15db0a509240 (patch)
tree7e66c63e077e887048e7cde2b915a1207f34c7e4 /plugins/Custom.nmake.example
parent4a6975141489131e8ed29c68988160b91db609a1 (diff)
downloadwireshark-ea7fa021fa36218f89fc9b6708fc15db0a509240.tar.gz
fix install step
svn path=/trunk/; revision=28945
Diffstat (limited to 'plugins/Custom.nmake.example')
-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