projects
/
projects.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cpp-d1064d
[projects.git]
/
debian
/
verleihnix.cp
1
#!/bin/bash
2
set -e
3
4
mkdir -p $1/usr/share/php/verleihnix
5
cp -a verleihnix/* $1/usr/share/php/verleihnix
6
7
mkdir -p $1/etc/apache2/sites-available/
8
cp verleihnix/etc/verleihnix.conf $1/etc/apache2/sites-available/
9