close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Jul 6, 2017, 12:51:26 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Debian package changelog information.
  • Modified: Build debian package in subdirectory of /tmp/build-root.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.1.0/Install/deb/build.sh

    r112 r139  
    44#ARCH=x86_64-linux
    55
    6 mkdir -p /tmp/build-root
    7 cp -r -f ../.. /tmp/build-root
    8 cp -r -f debian /tmp/build-root
    9 cd /tmp/build-root
     6BUILD_ROOT=/tmp/build-root/xtactics
     7mkdir -p $BUILD_ROOT
     8cp -r -f ../.. $BUILD_ROOT
     9cp -r -f debian $BUILD_ROOT
     10cd $BUILD_ROOT
    1011dpkg-buildpackage -b -rfakeroot -us -uc
Note: See TracChangeset for help on using the changeset viewer.