blob: 82c2e4ea302b8255458d36aa26872ef8c94d69f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --unified --recursive --text ldpl-4.4.orig/src/makefile ldpl-4.4/src/makefile
--- ldpl-4.4.orig/src/makefile 2019-12-16 13:09:46.441774536 -0300
+++ ldpl-4.4/src/makefile 2019-12-16 13:10:01.648441421 -0300
@@ -51,9 +51,6 @@
install -m 775 lpm $(DESTDIR)$(PREFIX)/bin/
install -d $(DESTDIR)$(PREFIX)/share/man/man1/
install ../man/ldpl.1 $(DESTDIR)$(PREFIX)/share/man/man1/
-ifneq ($(shell uname -s),Darwin)
- mandb
-endif
uninstall:
rm $(DESTDIR)$(PREFIX)/bin/ldpl
|