Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Let the default LOCALBASE variable be overridden at compile-time
Pierre Pronchery committed 11 years ago
commit 9bcee2fbd6847748b8dbb797acf5ee853c0d0669
parent d7d7a7f
1 file changed +2 -0
modified libpkg/pkg_status.c
@@ -38,7 +38,9 @@
#include "pkg.h"


+
#ifndef _LOCALBASE
#define _LOCALBASE	"/usr/local"
+
#endif

static bool is_exec_at_localbase(const char *progname);