Changeset 263 for cleverbox/branches
- Timestamp:
- 02/23/08 13:37:30 (4 years ago)
- Location:
- cleverbox/branches/0.4
- Files:
-
- 1 added
- 1 modified
-
debian/rules (modified) (1 diff)
-
docs/INSTALL (added)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/debian/rules
r237 r263 7 7 8 8 install/cleverbox:: 9 9 10 # Project documentation is superceded by dedicated Debian docs 10 11 rm -r debian/cleverbox/usr/share/doc 12 13 binary-install/cleverbox:: 14 15 # Enable mandatory apache modules 16 a2enmod dav_fs 17 a2enmod dav_svn 18 19 # Reload apache 20 /etc/init.d/apache2 reload
