make bdist-win32 fails

This commit is contained in:
Shin-ichi TOYAMA 2013-10-26 08:15:16 +00:00
parent dc9bfecb28
commit 4d04229608

View file

@ -799,7 +799,7 @@ install-bin:
@echo
@echo "...Installing program itself..."
@install -d $(BIN_PREFIX)
@cp tuxpaint $(BIN_PREFIX)
@cp tuxpaint$(EXE_EXT) $(BIN_PREFIX)
@chmod a+rx,g-w,o-w $(BIN_PREFIX)/tuxpaint$(EXE_EXT)
# Install the required Windows DLLs into the 'bdist' directory