commit a595789
hovercats
·
2024-04-25 03:17:50 +0000 UTC
parent adbd706
repo/*: fix shellcheck. this avoids xargs usage aswell
48 files changed,
+48,
-48
+1,
-1
1@@ -12,4 +12,4 @@ make
2 make DESTDIR="$1" PREFIX=/usr install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
1@@ -9,4 +9,4 @@ make XINERAMALIBS='' XINERAMAFLAGS='' \
2 make DESTDIR="$1" PREFIX=/usr install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -20,4 +20,4 @@ mkdir -p "$1/usr/share/man/man1"
2 cp glazier.1 "$1/usr/share/man/man1"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -13,4 +13,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -12,4 +12,4 @@ make install
2 rm -rf "$1/usr/share/doc"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -19,4 +19,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -35,4 +35,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -35,4 +35,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -35,4 +35,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -36,4 +36,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -36,4 +36,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -35,4 +35,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -35,4 +35,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -29,4 +29,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -9,4 +9,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -15,4 +15,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -10,4 +10,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -19,4 +19,4 @@ cmake --build build
2 cmake --install build
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -10,4 +10,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -7,4 +7,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -7,4 +7,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -13,4 +13,4 @@ make DESTDIR="$1" install
2 rm -rf "$1/etc/ssl/cert.pem"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -11,4 +11,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -35,4 +35,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -20,4 +20,4 @@ samu -C output
2 samu -C output install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -16,7 +16,7 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
7
8 # Remove docs
9 rm -rf \
+1,
-1
1@@ -15,4 +15,4 @@ make DESTDIR="$1" install
2 rm -r "$1/usr/share/info"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -11,4 +11,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -18,4 +18,4 @@ ln -s pkgconf "$1/usr/bin/pkg-config"
2 rm -rf "$1/usr/share/doc"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -50,4 +50,4 @@ ln -s pip3 "$1/usr/bin/pip"
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -10,4 +10,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -16,4 +16,4 @@ make \
2 make PREFIX=/usr DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -12,4 +12,4 @@ make
2 make DESTDIR="$1" PREFIX=/usr install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -17,4 +17,4 @@ cp -f sx "$1/usr/bin"
2 cp -f sx.1 "$1/usr/share/man/man1"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -9,4 +9,4 @@ make DESTDIR="$1" PREFIX=/usr install
2 rm -rf "$1/usr/share/doc"
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -4,4 +4,4 @@ make LDFLAGS="$LDFLAGS -static"
2 make DESTDIR="$1" prefix=/usr install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -28,4 +28,4 @@ make \
2 -f unix/Makefile install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -14,4 +14,4 @@ make
2 make MANPREFIX=/usr/share DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -33,4 +33,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -34,4 +34,4 @@ make install
2 }
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -17,4 +17,4 @@ make \
2 -f unix/Makefile install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -9,4 +9,4 @@ make
2 make DESTDIR="$1" install
3
4 # Compress manpages
5-find "$1/usr/share/man" -type f | xargs gzip -n -9
6+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +