Overview
Comment: | Corrected reference to icon |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
005b4dabcd59eb7de977e44e1a4b54c2 |
User & Date: | rkeene on 2014-01-27 08:28:27 |
Other Links: | manifest | tags |
Context
2014-02-20
| ||
18:26 | Started work on building from SRPM source check-in: 3d9cb49971 user: rkeene tags: using-redhat-srpm | |
2014-01-27
| ||
08:28 | Corrected reference to icon Leaf check-in: 005b4dabcd user: rkeene tags: trunk | |
08:25 | Updated icon check-in: ca0b4d5f80 user: rkeene tags: trunk | |
Changes
Modified Makefile from [321d44efa6] to [af35554c1f].
︙ | |||
109 110 111 112 113 114 115 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | - + | @-mkdir -p archive >/dev/null 2>/dev/null wget --no-use-server-timestamps -O "$(TWAPI_ZIP).new" "$(TWAPI_URL)" @if test -n "$(TWAPI_SHA256)"; then if test "`openssl sha256 "$(TWAPI_ZIP).new" | sed 's@^.*= *@@'`" != "$(TWAPI_SHA256)"; then echo "$(TWAPI_ZIP): Checksum Mismatch!"; exit 1; fi; fi unzip -l "$(TWAPI_ZIP).new" mv "$(TWAPI_ZIP).new" "$(TWAPI_ZIP)" # Icon |
︙ |