diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-12-21 16:11:07 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-12-21 16:11:07 +0000 |
commit | ef21842c6630d47ef5df445e49e4988894d4f342 (patch) | |
tree | 3cb835f7af5b71f5c4fa3bebeb1fab4025113a36 /portal-gui | |
parent | a66ba4446bcea7caf5fa318baeb44d24953b8df6 (diff) |
remove chmod command for deprecated runserver script
svn path=/portal-gui/Makefile.in; revision=3576
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 34a38f01..eecb0a3d 100644 --- a/portal-gui/Makefile.in +++ b/portal-gui/Makefile.in @@ -105,7 +105,7 @@ install-data: $(BUILD) ln -sf $(INSTDIR)/scripts/helper $(INSTDIR)/scripts/load_csv ln -sf $(INSTDIR)/scripts/helper $(INSTDIR)/scripts/list_resources ln -sf $(INSTDIR)/scripts/helper $(INSTDIR)/scripts/adduser - chmod 755 $(INSTDIR)/scripts/load_csv $(INSTDIR)/scripts/list_resources $(INSTDIR)/scripts/runserver $(INSTDIR)/scripts/adduser + chmod 755 $(INSTDIR)/scripts/load_csv $(INSTDIR)/scripts/list_resources $(INSTDIR)/scripts/adduser touch $(INSTDIR)/htpasswd chmod 644 $(INSTDIR)/htpasswd cd $(INSTDIR)/rpkigui && $(PYTHON) manage.py syncdb --pythonpath=$(MYRPKIDIR) |