Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
efdc8891
Commit
efdc8891
authored
Nov 20, 2007
by
Francois Marier
Browse files
Move .htaccess into the -apache packages
parent
57dbf1c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/mahara-apache.dirs
View file @
efdc8891
etc/mahara
usr/share/mahara
debian/mahara-apache2.dirs
deleted
100644 → 0
View file @
57dbf1c8
etc/mahara
debian/mahara-apache2.dirs
0 → 120000
View file @
efdc8891
mahara-apache.dirs
\ No newline at end of file
debian/rules
View file @
efdc8891
...
...
@@ -20,7 +20,6 @@ install: configure-stamp
# Main Mahara files
cp -r $(CURDIR)/htdocs/* $(CURDIR)/debian/mahara/usr/share/mahara
cp $(CURDIR)/htdocs/.htaccess $(CURDIR)/debian/mahara/usr/share/mahara
# Exclude common files
find $(CURDIR)/debian/mahara/usr/share/mahara/ -name "readme.txt" -exec rm {} \;
...
...
@@ -48,10 +47,12 @@ install: configure-stamp
cp $(CURDIR)/debian/config.php $(CURDIR)/debian/mahara/etc/mahara/
# Config file (-apache)
cp $(CURDIR)/htdocs/.htaccess $(CURDIR)/debian/mahara-apache/usr/share/mahara
cp $(CURDIR)/debian/apache.conf.template $(CURDIR)/debian/mahara-apache/etc/mahara/apache.conf
perl -i -p -e "s|__APACHELOGDIR__|/var/log/apache|" $(CURDIR)/debian/mahara-apache/etc/mahara/apache.conf
# Config file (-apache2)
cp $(CURDIR)/htdocs/.htaccess $(CURDIR)/debian/mahara-apache2/usr/share/mahara
cp $(CURDIR)/debian/apache.conf.template $(CURDIR)/debian/mahara-apache2/etc/mahara/apache.conf
perl -i -p -e "s|__APACHELOGDIR__|/var/log/apache2|" $(CURDIR)/debian/mahara-apache2/etc/mahara/apache.conf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment