On Wed, 11 Apr 2018 19:02:11 +0900 Hideki Yamane
wrote:
> Here's a first proposal patch.
The patch does more than just removing the hardcoded paths. Just the
first hunk of that patch would do the job IMHO.
Regards,
Alexander Borkowski
On Wed, 11 Apr 2018 18:37:38 +0900 Hideki Yamane wrote:
> Is there any reason to do so? Just use dpkg is something wrong?
Here's a first proposal patch.
diff --git a/debootstrap b/debootstrap
index 891af2d..23f1ef6 100755
--- a/debootstrap
+++ b/debootstrap
@@ -472,10 +472,10 @@ fi
if in_p
package: debootstrap
severity: minor
Hi,
On NetBSD, we can install dpkg via pkgsrc but it's under /usr/pkg/bin
netbsd# ./debootstrap: /usr/bin/dpkg: not found
netbsd# which dpkg
/usr/pkg/bin/dpkg
And now dpkg is specified with absolute path as below.
> if in_path dpkg && \
> dpkg --pri
3 matches
Mail list logo