Last change
on this file was 4, checked in by chronos, 3 years ago |
- Modified: Generalized svn info parsing.
- Added: Language files for translation of text strings.
|
-
Property svn:executable
set to
*
|
File size:
208 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # 64-bit
|
---|
4 | #ARCH=x86_64-linux
|
---|
5 |
|
---|
6 | BUILD_ROOT=/tmp/build-root/SVNZero
|
---|
7 | mkdir -p $BUILD_ROOT
|
---|
8 | cp -r -f ../.. $BUILD_ROOT
|
---|
9 | cp -r -f debian $BUILD_ROOT
|
---|
10 | cd $BUILD_ROOT
|
---|
11 | dpkg-buildpackage -b -rfakeroot -us -uc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.