Files
pkgsrc-ng/sysutils/xentools45/patches/patch-pygrub_Makefile
2016-01-21 23:40:00 +01:00

14 lines
544 B
Plaintext

$NetBSD: patch-pygrub_Makefile,v 1.1 2015/01/20 16:42:13 bouyer Exp $
--- pygrub/Makefile.orig 2015-01-12 17:53:24.000000000 +0100
+++ pygrub/Makefile 2015-01-19 14:19:44.000000000 +0100
@@ -15,7 +15,7 @@
--install-scripts=$(LIBEXEC_BIN) --force
set -e; if [ $(BINDIR) != $(LIBEXEC_BIN) -a \
"`readlink -f $(DESTDIR)/$(BINDIR)`" != \
- "`readlink -f $(LIBEXEC_BIN)`" ]; then \
+ "`readlink -f $(DESTDIR)/$(LIBEXEC_BIN)`" ]; then \
ln -sf $(LIBEXEC_BIN)/pygrub $(DESTDIR)/$(BINDIR); \
fi