mirror of https://gitlab.com/basile.b/dexed.git
fix warning in deb build
This commit is contained in:
parent
b2854ab872
commit
13c39bf957
|
@ -4,6 +4,7 @@ min1=${ver//_}
|
||||||
min=${min1:1}
|
min=${min1:1}
|
||||||
dte=$(LC_TIME='en_EN.UTF-8' date -u +"%a %b %d %Y")
|
dte=$(LC_TIME='en_EN.UTF-8' date -u +"%a %b %d %Y")
|
||||||
|
|
||||||
|
arch=""
|
||||||
if [ $CPU = "x86_64" ]; then
|
if [ $CPU = "x86_64" ]; then
|
||||||
arch="amd64"
|
arch="amd64"
|
||||||
else
|
else
|
||||||
|
@ -17,7 +18,6 @@ cfgdir=$basdir/DEBIAN
|
||||||
bindir=$basdir/usr/bin
|
bindir=$basdir/usr/bin
|
||||||
pixdir=$basdir/usr/share/pixmaps
|
pixdir=$basdir/usr/share/pixmaps
|
||||||
shcdir=$basdir/usr/share/applications
|
shcdir=$basdir/usr/share/applications
|
||||||
arch=""
|
|
||||||
|
|
||||||
mkdir -p $basdir
|
mkdir -p $basdir
|
||||||
mkdir -p $cfgdir
|
mkdir -p $cfgdir
|
||||||
|
@ -45,6 +45,7 @@ echo "Package: coedit
|
||||||
Version: $maj$min
|
Version: $maj$min
|
||||||
Section: base
|
Section: base
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
Date: $dte
|
||||||
Architecture: $arch
|
Architecture: $arch
|
||||||
Depends: bash
|
Depends: bash
|
||||||
Maintainer: Basile Burg <b2.temp@gmx.com>
|
Maintainer: Basile Burg <b2.temp@gmx.com>
|
||||||
|
|
|
@ -57,7 +57,8 @@ If they are not correctly set, for each of the following file **coedit**, **dcd-
|
||||||
|
|
||||||
### Linux package
|
### Linux package
|
||||||
|
|
||||||
Only the _x86-64_ _rpm_ is available (Fedora, openSuse, ...). After the installation, you must also build [DCD](features_dcd).
|
Are provided a _deb_ package (Debian and derived Ubuntu, Mint, etc) and a _rpm_ (Fedora, openSUSE), only for x86_64 (amd64).
|
||||||
|
After the installation, you must also build [DCD](features_dcd).
|
||||||
|
|
||||||
### First steps
|
### First steps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue