From 7dcc02efac32c4e33957cfad2cc7f5eb719330f0 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 23 Feb 2013 09:58:46 +0000 Subject: [PATCH] Fix Build of PortableAPPs with Qtshark svn path=/trunk/; revision=47833 --- packaging/portableapps/win32/makenmake.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/portableapps/win32/makenmake.pl b/packaging/portableapps/win32/makenmake.pl index 1c5c7b2fea..7065c530b7 100755 --- a/packaging/portableapps/win32/makenmake.pl +++ b/packaging/portableapps/win32/makenmake.pl @@ -18,7 +18,7 @@ MOVE = mv MKDIR = mkdir COPY_FLAGS = /d /y !IF EXIST("$(TOPDIR)\wireshark-qt-release\qtshark.exe") -QT_DIR="$(TOPDIR)\wireshark-qt-release" \ +QT_DIR="$(TOPDIR)\wireshark-qt-release" !ENDIF distribution: };