fix install step

svn path=/trunk/; revision=28945
This commit is contained in:
Ulf Lamping 2009-07-06 09:46:28 +00:00
parent 4a69751414
commit ea7fa021fa
1 changed files with 1 additions and 1 deletions

View File

@ -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