diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-02-06 19:40:56 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-02-06 19:40:56 +0000 |
commit | d5fd3019902c8ea7a98f9d46b759e8231754bd6b (patch) | |
tree | d5b1364565cd858a1a029a213641066192141688 | |
parent | 731bb8717740f388c4ba64d0f5cc17e02c90b926 (diff) |
create /usr/local/share/rpki if it doesn't exist
svn path=/branches/tk161/; revision=4294
-rw-r--r-- | rpkid/portal-gui/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/portal-gui/Makefile.in b/rpkid/portal-gui/Makefile.in index a19ec36a..d47df984 100644 --- a/rpkid/portal-gui/Makefile.in +++ b/rpkid/portal-gui/Makefile.in @@ -44,6 +44,7 @@ apache.conf: $(srcdir)/apache.conf.in Makefile install-perms: install-apache: + ${INSTALL} -d -m 755 $(INSTDIR) ${INSTALL} -m 644 apache.conf $(INSTDIR) ${INSTALL} -d -m 755 $(INSTDIR)/media/css ${INSTALL} -m 644 media/css/bootstrap.min.css $(INSTDIR)/media/css |