diff options
author | Matt Arnold <matt@thegnuguru.org> | 2016-03-08 04:26:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-08 04:26:16 +0700 |
commit | 3ac6d120332bef5722d4f42621b7c2bdc9f9b6f6 (patch) | |
tree | 964c519a284cd9c4036a1078a995cf9cbfae7438 /system/debootstrap/slackware.patch | |
parent | 9eb691996bde59dea9239dd60e3cc23b3eb38879 (diff) |
system/debootstrap: Updated for version 1.0.79.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/debootstrap/slackware.patch')
-rw-r--r-- | system/debootstrap/slackware.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/debootstrap/slackware.patch b/system/debootstrap/slackware.patch deleted file mode 100644 index be2fe6572f0d3..0000000000000 --- a/system/debootstrap/slackware.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur debootstrap.orig/Makefile debootstrap/Makefile ---- debootstrap.orig/Makefile 2009-01-30 12:12:06.000000000 +0100 -+++ debootstrap/Makefile 2009-03-03 17:27:14.000000000 +0100 -@@ -1,7 +1,8 @@ - # avoid dpkg-dev dependency; fish out the version with sed - VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog) - --ARCH := $(shell dpkg --print-architecture) -+# not needed -+#ARCH := $(shell dpkg --print-architecture) - - MAKEDEV := $(shell if [ -e /dev/MAKEDEV ]; then echo /dev/MAKEDEV; else echo /sbin/MAKEDEV; fi) - |