Last change
on this file was 122, checked in by chronos, 6 years ago |
- Modified: Updated Common package.
- Modified: Updated IPTV prices.
- Added: deb package build script.
|
-
Property svn:executable
set to
*
|
File size:
211 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # 64-bit
|
---|
4 | #ARCH=x86_64-linux
|
---|
5 |
|
---|
6 | BUILD_ROOT=/tmp/build-root/zdechovnet
|
---|
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.