Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman: adapt to PREFIX changes
@ 2019-06-23 14:46 voidlinux-github
  2019-06-23 15:16 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-06-23 14:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages podman-man-destdir
https://github.com/void-linux/void-packages/pull/12632

podman: adapt to PREFIX changes
None

A patch file from https://github.com/void-linux/void-packages/pull/12632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-man-destdir-12632.patch --]
[-- Type: application/text/x-diff, Size: 1091 bytes --]

From d94b126c0cd5dae7dda2bad072cf19830ae52c33 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 23 Jun 2019 07:46:13 -0700
Subject: [PATCH] podman: adapt to PREFIX changes

Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
---
 srcpkgs/podman/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index bcd14ac0d81..df2979121a4 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,7 +1,7 @@
 # Template file for 'podman'
 pkgname=podman
 version=1.4.2
-revision=1
+revision=2
 wrksrc="libpod-${version}"
 build_style=go
 go_import_path="github.com/containers/libpod"
@@ -23,7 +23,7 @@ if [ "$CROSS_BUILD" ]; then
 fi
 
 post_install() {
-	make install.man PREFIX="${DESTDIR}/usr" DESTDIR="${DESTDIR}"
+	make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
 	make install.cni DESTDIR="${DESTDIR}"
 	vinstall completions/bash/podman 644 usr/share/bash-completion/completions
 	sed 's|cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' libpod.conf >libpod.cgfs.conf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: podman: adapt to PREFIX changes
  2019-06-23 14:46 [PR PATCH] podman: adapt to PREFIX changes voidlinux-github
@ 2019-06-23 15:16 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-06-23 15:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

There's a merged pull request on the void-packages repository

podman: adapt to PREFIX changes
https://github.com/void-linux/void-packages/pull/12632
Description: None

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-23 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 14:46 [PR PATCH] podman: adapt to PREFIX changes voidlinux-github
2019-06-23 15:16 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).