freebsd-ports/multimedia/smile/files/patch-mainfrm.cpp
Dmitry Marakasov 347b41b6e2 - Update to 0.6.1
PR:		ports/126288
Submitted by:	Diego Depaoli <trebestie@gmail.com> (maintainer)
Appeoved by:	miwi (mentor implicit)
2008-08-06 00:15:22 +00:00

14 lines
484 B
C++

--- mainfrm.cpp 2008-08-04 10:44:08.000000000 +0200
+++ mainfrm.cpp.new 2008-08-04 12:02:17.000000000 +0200
@@ -1284,9 +1284,9 @@
arguments << tempfolder->text();
#else
program = "cp";
- arguments << "-r";
+ arguments << "-R";
arguments << "-f";
- arguments << QApplication::applicationDirPath() + "/BIB_ManSlide/";
+ arguments << QApplication::applicationDirPath() + "/BIB_ManSlide";
arguments << tempfolder->text();
#endif
ispreview = 4;