Last change
on this file was 139, checked in by chronos, 7 years ago |
- Fixed: Debian package changelog information.
- Modified: Build debian package in subdirectory of /tmp/build-root.
|
-
Property svn:executable
set to
*
|
File size:
209 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # 64-bit
|
---|
4 | #ARCH=x86_64-linux
|
---|
5 |
|
---|
6 | BUILD_ROOT=/tmp/build-root/xtactics
|
---|
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.