mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
6b4a41a360
A rebased version of cb8bd05a01
Note: we no longer apply the spurious lrt patch.
This allows `nix-build --check -A libfaketime` to succeed.
13 lines
522 B
Diff
13 lines
522 B
Diff
diff -ur libfaketime-0.9.5.orig/man/Makefile libfaketime-0.9.5/man/Makefile
|
|
--- libfaketime-0.9.5.orig/man/Makefile 2013-10-13 11:19:30.000000000 +0200
|
|
+++ libfaketime-0.9.5/man/Makefile 2014-04-13 01:22:14.362296519 +0200
|
|
@@ -6,7 +6,7 @@
|
|
|
|
install:
|
|
$(INSTALL) -Dm0644 faketime.1 "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
|
|
- gzip -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
|
|
+ gzip -9nf "${DESTDIR}${PREFIX}/share/man/man1/faketime.1"
|
|
|
|
uninstall:
|
|
rm -f "${DESTDIR}${PREFIX}/share/man/man1/faketime.1.gz"
|