From 8c7da12ec97a0aa3a848b3eaacd27d4c13c574d1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 17 May 2020 10:39:05 +0300 Subject: [PATCH] various: Minor fixes --- extra/gtk+3/build | 2 +- extra/plzip/build | 2 +- extra/zstd/build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/gtk+3/build b/extra/gtk+3/build index 30b97567..bfc5b966 100755 --- a/extra/gtk+3/build +++ b/extra/gtk+3/build @@ -40,4 +40,4 @@ make DESTDIR="$1" install # We don't compile with librsvg which leads to this # utility solely causing compiler errors for some # packages. It has no use at all. -rm -f "$1/usr/bin/gtk-encode-symbolic-svg" +rm -f "$1/usr/bin/gtk-encode-symbolic-svg" diff --git a/extra/plzip/build b/extra/plzip/build index b8461ac6..ff37a3fe 100755 --- a/extra/plzip/build +++ b/extra/plzip/build @@ -1,7 +1,7 @@ #!/bin/sh -e # plzip is the only thing that will ever require -# this library. Let's simple build it and statically +# this library. Let's simply build it and statically # compile plzip. (cd lzlib; ./configure; make) diff --git a/extra/zstd/build b/extra/zstd/build index 954aa1f3..431cc725 100755 --- a/extra/zstd/build +++ b/extra/zstd/build @@ -1,4 +1,4 @@ #!/bin/sh -e make -make PREFIX=/usr DESTDIR="$1" install +make DESTDIR="$1" PREFIX=/usr install