mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fixup packaging script
This commit is contained in:
@@ -10,10 +10,10 @@ fi
|
||||
|
||||
PKG_DIR=/tmp/cgrates_$1
|
||||
rm -rf $PKG_DIR
|
||||
git checkout-index -f --prefix=$PKG_DIR/ skel
|
||||
cp -r skel $PKG_DIR
|
||||
chmod -R a-s $PKG_DIR/DEBIAN/
|
||||
cp cp ../conf/cgrates.cfg $PKG_DIR/etc/cgrates/
|
||||
cp -r ../../data/ $PKG_DIR/usr/share/cgrates/data
|
||||
cp ../conf/cgrates.cfg $PKG_DIR/etc/cgrates/
|
||||
cp -r ../../data/ $PKG_DIR/usr/share/cgrates/
|
||||
cp /usr/local/goapps/bin/cgr-* $PKG_DIR/usr/bin/
|
||||
dpkg-deb --build $PKG_DIR
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: cgrates
|
||||
Version: 0.9.1-rc1
|
||||
Version: 0.9.1-rc3
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
||||
Reference in New Issue
Block a user