Index: trunk/debs/testswarm/debian/dirs |
— | — | @@ -2,4 +2,4 @@ |
3 | 3 | var/log/testswarm |
4 | 4 | usr/share/doc/testswarm |
5 | 5 | usr/share/testswarm/site |
6 | | -usr/share/dbconfig-common/data/testswarm/install/mysql |
| 6 | +usr/share/dbconfig-common/data/testswarm/install |
Index: trunk/debs/testswarm/debian/rules |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | # Perl script examples belong to usr/share |
44 | 44 | cp -p -R scripts ${SHAREDIR} |
45 | 45 | # Place SQL scripts in dbconfig-common area |
46 | | - cp -p config/testswarm.sql config/useragents.sql ${TDIR}/usr/share/dbconfig-common/data/testswarm/install/mysql |
| 46 | + cat config/testswarm.sql config/useragents.sql > ${TDIR}/usr/share/dbconfig-common/data/testswarm/install/mysql |
47 | 47 | cp -p config/.htaccess-sample ${SITEDIR}/.htaccess |
48 | 48 | install -p -m 640 -g www-data config/config.Debian.ini ${TDIR}/etc/testswarm/ |
49 | 49 | |