aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2011-01-22 00:58:10 +0000
committerMichael Elkins <melkins@tislabs.com>2011-01-22 00:58:10 +0000
commitdad861e65ef72a05452175517650d594a74cfeb9 (patch)
treeb92c994c2ee5da190fc44b3db45ceca6d8639fe7
parent681aa5fc98d7d7dca3b9c6af88424406310187ce (diff)
myrpki cli lives in $(sbindir)
svn path=/portal-gui/Makefile.in; revision=3630
-rw-r--r--portal-gui/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-gui/Makefile.in b/portal-gui/Makefile.in
index 82c647f7..5a38905e 100644
--- a/portal-gui/Makefile.in
+++ b/portal-gui/Makefile.in
@@ -23,7 +23,7 @@ SECRET_KEY=@SECRET_KEY@
INSTDIR=$(datarootdir)/portal-gui
DATABASE_PATH=$(localstatedir)/portal-gui/rpkigui.db
-MYRPKI=$(bindir)/myrpki
+MYRPKI=$(sbindir)/myrpki
MEDIADIR=$(INSTDIR)/media
TEMPLATEDIR=$(INSTDIR)/rpkigui/templates