diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-10-29 16:16:27 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-10-29 16:16:27 +0000 |
commit | 2609924d21203b765491367b24bdb7dd1653e4e2 (patch) | |
tree | 6dafee4e0d65b97b67ccd21d7a9a1503fdddc853 /portal-gui | |
parent | 38e496c0aa5571dddfa5b9fd106c9f3ca42c252d (diff) |
fix botched installation of the adduser.py script
svn path=/portal-gui/Makefile.in; revision=3510
Diffstat (limited to 'portal-gui')
-rw-r--r-- | portal-gui/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-gui/Makefile.in b/portal-gui/Makefile.in index f9b98b1c..d39ba869 100644 --- a/portal-gui/Makefile.in +++ b/portal-gui/Makefile.in @@ -73,7 +73,7 @@ INSTALL_FILES=\ rpkigui/templates/myrpki/prefix_view.html \ rpkigui/templates/myrpki/xml_import.html \ rpkigui/templates/registration/login.html \ - scripts/adduser \ + scripts/adduser.py \ scripts/helper \ scripts/list_resources.py \ scripts/load_csv.py \ |