summaryrefslogtreecommitdiff
path: root/libpod/version.go
diff options
context:
space:
mode:
authorLawrence Chan <element103@gmail.com>2019-06-07 12:42:04 -0500
committerLawrence Chan <element103@gmail.com>2019-06-14 17:42:05 -0500
commit373048aaca279c006672b339b099af6e5a87b60a (patch)
tree3c00e6490c111d8ddd7c8da3902895e6cc87d29b /libpod/version.go
parent6ea12e302877f7ce1b77d3dafc4d0aa51839840c (diff)
downloadpodman-373048aaca279c006672b339b099af6e5a87b60a.tar.gz
podman-373048aaca279c006672b339b099af6e5a87b60a.tar.bz2
podman-373048aaca279c006672b339b099af6e5a87b60a.zip
Move installPrefix and etcDir into runtime.go
Signed-off-by: Lawrence Chan <element103@gmail.com>
Diffstat (limited to 'libpod/version.go')
-rw-r--r--libpod/version.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/libpod/version.go b/libpod/version.go
index b876efddd..d2b99a275 100644
--- a/libpod/version.go
+++ b/libpod/version.go
@@ -15,12 +15,6 @@ var (
// BuildInfo is the time at which the binary was built
// It will be populated by the Makefile.
buildInfo string
- // InstallPrefix is the prefix where podman will be installed.
- // It will be populated by the Makefile.
- installPrefix string = "/usr/local"
- // EtcDir is the sysconfdir where podman should look for system config files.
- // It will be populated by the Makefile.
- etcDir string = "/etc"
)
//Version is an output struct for varlink