make bdist-win32 fails
This commit is contained in:
parent
dc9bfecb28
commit
4d04229608
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -799,7 +799,7 @@ install-bin:
|
||||||
@echo
|
@echo
|
||||||
@echo "...Installing program itself..."
|
@echo "...Installing program itself..."
|
||||||
@install -d $(BIN_PREFIX)
|
@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)
|
@chmod a+rx,g-w,o-w $(BIN_PREFIX)/tuxpaint$(EXE_EXT)
|
||||||
|
|
||||||
# Install the required Windows DLLs into the 'bdist' directory
|
# Install the required Windows DLLs into the 'bdist' directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue