aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
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