head 1.3; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.3 date 2007.05.31.16.07.52; author thl; state dead; branches; next 1.2; commitid 152If2rv2S7296ks; 1.2 date 2007.02.19.17.08.37; author rse; state Exp; branches; next 1.1; commitid 6IJws5J9LcYaJ77s; 1.1 date 2006.12.09.09.30.06; author rse; state Exp; branches; next ; commitid 0WsYEGmdEwfmvPXr; desc @@ 1.3 log @upgrading package: io 20070430 -> 20070528 @ text @Index: Makefile --- Makefile.orig 2007-02-19 09:57:42 +0100 +++ Makefile 2007-02-19 18:07:02 +0100 @@@@ -99,7 +99,8 @@@@ # Unlink the io binary before copying so running Io processes will keep running install: umask 022 - mkdir -p $(INSTALL_PREFIX)/{bin,lib} || true + mkdir -p $(INSTALL_PREFIX)/bin || true + mkdir -p $(INSTALL_PREFIX)/lib || true rm -f $(INSTALL_PREFIX)/bin/io$(BINARY_SUFFIX) cp _build/binaries/io$(BINARY_SUFFIX) $(INSTALL_PREFIX)/bin || true chmod ugo+rx $(INSTALL_PREFIX)/bin/io @ 1.2 log @upgrading package: io 20070104 -> 20070219 @ text @@ 1.1 log @new package: io 20061207 (IO Programming Language) @ text @d2 4 a5 4 --- Makefile.orig 2006-12-07 19:43:27 +0100 +++ Makefile 2006-12-09 09:55:57 +0100 @@@@ -98,7 +98,8 @@@@ d11 1 a13 1 cp _build/binaries/io_static$(BINARY_SUFFIX) $(INSTALL_PREFIX)/bin @