aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-12 23:38:09 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-12 23:38:09 +0000
commit79e77f4ff3ef11553d1539e799a8b433903fa93e (patch)
tree21ee031690969ae0f8bb7c6142a5597f8e85c01e /packaging
parent7a37587a9dad8a8dd68cc0091e4df239ba31dec7 (diff)
fix a typo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22489 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/u3/win32/makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/u3/win32/makefile.nmake b/packaging/u3/win32/makefile.nmake
index 619ca69c8c..ad73d88fdb 100644
--- a/packaging/u3/win32/makefile.nmake
+++ b/packaging/u3/win32/makefile.nmake
@@ -119,7 +119,7 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util
$(COPY) $(TOPDIR)\help\display_filters.txt $(DEVICE)\help $(COPY_FLAGS)
$(COPY) $(TOPDIR)\help\faq.txt $(DEVICE)\help $(COPY_FLAGS)
$(COPY) $(TOPDIR)\manuf $(DEVICE) $(COPY_FLAGS)
- $(COPY) $(TOPDIR)\service $(DEVICE) $(COPY_FLAGS)
+ $(COPY) $(TOPDIR)\services $(DEVICE) $(COPY_FLAGS)
!IFDEF HHC_DIR
$(COPY) $(TOPDIR)\packaging\nsis\user-guide.chm $(DEVICE) $(COPY_FLAGS)
!ENDIF