blob: 259a5315202c1a06789533bc604edc1ced7c8127 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- courier/module.uucp/Makefile.in.orig 2025-05-10 16:20:56.345335000 +0200
+++ courier/module.uucp/Makefile.in 2025-05-10 16:21:12.492588000 +0200
@@ -1145,7 +1145,7 @@
chmod 755 $(DESTDIR)$(moduledir)
@test `id -u` = 0 || exit 0 ; cd $(DESTDIR)$(moduledir) || exit 1 ; chown @mailuser@ . ; chgrp @mailgroup@ .
rm -f $(DESTDIR)$(sbindir)/makeuucpneighbors ; \
- $(LN_S) `realpath --relative-to $(sbindir) -m $(datadir)/makeuucpneighbors` \
+ $(LN_S) $(datadir)/makeuucpneighbors \
$(DESTDIR)$(sbindir)/makeuucpneighbors
rm -f $(DESTDIR)$(man8dir)/makeuucpneighbors.8
|