summaryrefslogtreecommitdiff
path: root/sysutils/debootstrap/files/patch-Makefile
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2023-02-10 09:18:08 -0800
committerNeel Chauhan <nc@FreeBSD.org>2023-02-10 09:18:08 -0800
commitf78f4879c494526e1bef0653c343753627b62cce (patch)
tree30ac1b0d5c3f1814a805433c1dea76da687e8ca6 /sysutils/debootstrap/files/patch-Makefile
parentmath/saga: Update to 8.5.1 (diff)
sysutils/debootstrap: Set +x to debootstrap
PR: 268205
Diffstat (limited to 'sysutils/debootstrap/files/patch-Makefile')
-rw-r--r--sysutils/debootstrap/files/patch-Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/debootstrap/files/patch-Makefile b/sysutils/debootstrap/files/patch-Makefile
index 6b4e6b5164d7..db211f5a422d 100644
--- a/sysutils/debootstrap/files/patch-Makefile
+++ b/sysutils/debootstrap/files/patch-Makefile
@@ -1,15 +1,15 @@
---- Makefile.orig 2019-07-06 11:22:30 UTC
+--- Makefile.orig 2021-04-06 19:52:02 UTC
+++ Makefile
-@@ -5,14 +5,12 @@ all:
+@@ -5,14 +5,13 @@ all:
clean:
-DSDIR=$(DESTDIR)/usr/share/debootstrap
-+DSDIR=$(DESTDIR)%%DATADIR%%
++DSDIR=$(DESTDIR)/usr/local/share/debootstrap
install:
mkdir -p $(DSDIR)/scripts
- mkdir -p $(DESTDIR)/usr/sbin
-+ mkdir -p $(DESTDIR)%%PREFIX%%/sbin
++ mkdir -p $(DESTDIR)/usr/local/sbin
cp -a scripts/* $(DSDIR)/scripts/
- install -o root -g root -m 0644 functions $(DSDIR)/
@@ -17,5 +17,5 @@
- sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
- chown root:root $(DESTDIR)/usr/sbin/debootstrap
-- chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
-+ sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)%%PREFIX%%/sbin/debootstrap
+ chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
++ sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/local/sbin/debootstrap