+3
−2
Loading
ac52cd37 caused Makefile to look in directories with a "-win32" suffix; we need to tell the flashproxy Makefile to use the same suffix. This is the error I was getting: cp -Rn "work/windows-2.4.17-rc-1-pt1/flashproxy/dist/flashproxy-client-win32"/{*.pyd,*.dll,*.exe,*.zip} "work/windows-2.4.17-rc-1-pt1/Tor Browser"/App cp: cannot stat `work/windows-2.4.17-rc-1-pt1/flashproxy/dist/flashproxy-client-win32/*.pyd': No such file or directory cp: cannot stat `work/windows-2.4.17-rc-1-pt1/flashproxy/dist/flashproxy-client-win32/*.dll': No such file or directory cp: cannot stat `work/windows-2.4.17-rc-1-pt1/flashproxy/dist/flashproxy-client-win32/*.exe': No such file or directory cp: cannot stat `work/windows-2.4.17-rc-1-pt1/flashproxy/dist/flashproxy-client-win32/*.zip': No such file or directory Makefile:89: recipe for target `tor-pluggable-transports-browser-2.4.17-rc-1-pt1_en-US.exe' failed work/windows-2.4.17-rc-1-pt1/flashproxy/dist/flashproxy-client existed, but not the same directory with a "-win32" suffix.