commit 89b6b3d95861be6911be782d210062c0be8d8fd2 parent cfbc961256519b8c944f2233be339ed8403bb61a Author: aabacchus <ben@bvnf.space> Date: Wed, 3 Aug 2022 22:47:02 +0100 pdpmake: 1.3.0 Diffstat:
M | pdpmake/build | | | 6 | ++---- |
M | pdpmake/checksums | | | 2 | +- |
M | pdpmake/sources | | | 2 | +- |
M | pdpmake/version | | | 2 | +- |
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/pdpmake/build b/pdpmake/build @@ -1,6 +1,4 @@ #!/bin/sh -e -make CFLAGS="$CFLAGS -DENABLE_FEATURE_MAKE_EXTENSIONS" -mkdir -p "$1/usr/bin/" -cp make "$1/usr/bin/make" -cp make "$1/usr/bin/pdpmake" +make PREFIX=/usr DESTDIR="$1" install +cp make "$1/usr/bin/make" diff --git a/pdpmake/checksums b/pdpmake/checksums @@ -1 +1 @@ -c545301f4031eb2705196e789e19cd83fe954f62f6ebb9e7e8cf3191884ada17 +1242d2171398a03a82a4b57c9b710de74e4efff41e8f5b1e4f60f2dd7c6451c1 diff --git a/pdpmake/sources b/pdpmake/sources @@ -1 +1 @@ -https://frippery.org/make/pdpmake-1.2.0.tgz +https://frippery.org/make/pdpmake-1.3.0.tgz diff --git a/pdpmake/version b/pdpmake/version @@ -1 +1 @@ -1.2.0 1 +1.3.0 1