Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Merge pull request #1179 from khorben/khorben/localbase
Baptiste Daroussin committed 11 years ago
commit f77fb55d5e231b865a1c734621c862a089519f66
parent 7277caa18077ec1523289614a61ab0caa606ce5f
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);