summaryrefslogtreecommitdiffstats
path: root/system/debootstrap/slackware.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/debootstrap/slackware.patch')
-rw-r--r--system/debootstrap/slackware.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/system/debootstrap/slackware.patch b/system/debootstrap/slackware.patch
index 9fb2e942f1..be2fe6572f 100644
--- a/system/debootstrap/slackware.patch
+++ b/system/debootstrap/slackware.patch
@@ -11,24 +11,3 @@ diff -Naur debootstrap.orig/Makefile debootstrap/Makefile
MAKEDEV := $(shell if [ -e /dev/MAKEDEV ]; then echo /dev/MAKEDEV; else echo /sbin/MAKEDEV; fi)
-@@ -10,7 +11,7 @@
- rm -f devices.tar.gz
- rm -rf dev
-
--DSDIR=$(DESTDIR)/usr/share/debootstrap
-+DSDIR=$(DESTDIR)/usr/lib/debootstrap
- install:
- mkdir -p $(DSDIR)/scripts
- mkdir -p $(DESTDIR)/usr/sbin
-diff -Naur debootstrap.orig/debootstrap debootstrap/debootstrap
---- debootstrap.orig/debootstrap 2009-01-13 20:30:15.000000000 +0100
-+++ debootstrap/debootstrap 2009-03-03 17:28:16.000000000 +0100
-@@ -10,7 +10,7 @@
- if [ -x /debootstrap/debootstrap ]; then
- DEBOOTSTRAP_DIR=/debootstrap
- else
-- DEBOOTSTRAP_DIR=/usr/share/debootstrap
-+ DEBOOTSTRAP_DIR=/usr/lib/debootstrap
- fi
- fi
-